From 505f48a3e2d927d7c460577754941d823803cf38 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 10 Oct 2023 20:08:12 -0500 Subject: [PATCH] moving docs to main --- README.md | 2 +- docs/make.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4aed512..d6be75d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MembraneBase [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Boxylmer.github.io/MembraneBase.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Boxylmer.github.io/MembraneBaseDocs/dev/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Boxylmer.github.io/MembraneBase.jl/dev/) [![Build Status](https://github.com/Boxylmer/MembraneBase.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/Boxylmer/MembraneBase.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![Coverage](https://codecov.io/gh/Bboxylmer/MembraneBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Boxylmer/MembraneBase.jl) diff --git a/docs/make.jl b/docs/make.jl index 4d2aba6..f88f60b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,8 +20,8 @@ makedocs(; ], ) -ENV["GITHUB_REPOSITORY"] = "Boxylmer/MembraneBaseDocs" +# ENV["GITHUB_REPOSITORY"] = "Boxylmer/MembraneBaseDocs" deploydocs(; - repo="github.com/Boxylmer/MembraneBaseDocs.git", + # repo="github.com/Boxylmer/MembraneBaseDocs.git", devbranch="master", )