Skip to content

Commit

Permalink
Merge pull request #150 from Circuitscape/documentation
Browse files Browse the repository at this point in the history
Fix Documenter
  • Loading branch information
vlandau authored Jan 29, 2024
2 parents 514965a + fbae7c5 commit 0477598
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- run: |
- name: Install deps
run: |
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- run: |
- name: Test and build docs
run: |
julia --project=docs -e '
using Documenter: doctest
using Omniscape
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ run-dev.sh
benchmark/
docs/build
docs/make-local.jl
.devcontainer/
debug/
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.25"
Documenter = "1.0"

0 comments on commit 0477598

Please sign in to comment.