Skip to content

Commit

Permalink
custom Documenter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeeli committed Jun 19, 2024
1 parent db3b943 commit ddc3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
cd docs
julia --project -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()*"/../")); Pkg.add("https://github.com/rbeeli/Documenter.jl"); Pkg.resolve(); Pkg.instantiate()'
julia --project -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()*"/../")); Pkg.add(url="https://github.com/rbeeli/Documenter.jl"); Pkg.resolve(); Pkg.instantiate()'
- name: Build documentation
run: |
Expand Down

0 comments on commit ddc3d75

Please sign in to comment.