Skip to content

Commit

Permalink
fix num 2 for CI develop path
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Feb 29, 2024
1 parent fba4e57 commit f911de5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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; Pkg.develop(path="..")'
run: julia --project=docs -e 'using Pkg; Pkg.develop(path=".")'
- uses: julia-actions/julia-docdeploy@v1
with:
install-package: false
Expand Down
1 change: 0 additions & 1 deletion EpiAware/docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
EpiAware = "b2eeebe4-5992-4301-9193-7ebc9f62c855"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Expand Down

0 comments on commit f911de5

Please sign in to comment.