Skip to content

Commit

Permalink
Have to change path again when calling docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Mar 5, 2024
1 parent ad6dd35 commit 01d230b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
version: '1'
- run: |
cd docs
make install_brenier_two_fluid test_docs
make install_brenier_two_fluid test_docs
cd ..
julia --project=docs docs/make.jl html_output
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
Expand Down

0 comments on commit 01d230b

Please sign in to comment.