Skip to content

Commit

Permalink
updt Documentation github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhr committed May 14, 2022
1 parent 31f6177 commit d70c1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/julia-buildpkg@v1
with:
version: '1.6'
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ makedocs(sitename="CALiPPSO",

deploydocs(
repo = "github.com/rdhr/CALiPPSO.jl.git",
devbranch = "master"
)

0 comments on commit d70c1bf

Please sign in to comment.