diff --git a/.github/workflows/make_docs.yml b/.github/workflows/make_docs.yml index c3f155c..e14ab77 100644 --- a/.github/workflows/make_docs.yml +++ b/.github/workflows/make_docs.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - dev - docs paths: - '.github/workflows/make_docs.yml' diff --git a/Project.toml b/Project.toml index 9963188..5711386 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GGDUtils" uuid = "b7b5e640-9b39-4803-84eb-376048795def" authors = ["Anchal Gupta "] -version = "0.2.1" +version = "1.0.0" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/docs/make.jl b/docs/make.jl index 8b1eec3..1a176b4 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,6 +18,6 @@ deploydocs(; repo="github.com/ProjectTorreyPines/GGDUtils.jl.git", target="build", branch="gh-pages", - devbranch="docs", + devbranch="dev", versions=["stable" => "v^", "v#.#"], )