Skip to content

Commit

Permalink
fix num 3 for CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Feb 29, 2024
1 parent c1dcfd1 commit f955e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/document-EpiAware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: dev EpiAware
run: julia --project=docs -e 'using Pkg; println(pwd())'
run: julia --project=docs -e 'using Pkg; Pkg.develop(path=joinpath(pwd(), "EpiAware"))'
- uses: julia-actions/julia-docdeploy@v1
with:
install-package: false
Expand Down

0 comments on commit f955e01

Please sign in to comment.