Skip to content

Commit b394d37

Browse files
committed
docs
1 parent d827d2f commit b394d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: julia-actions/setup-julia@v2
1919
- uses: julia-actions/cache@v1
20-
- run: julia --project -e 'using Pkg; Pkg.instantiate()'
20+
- run: julia --project=docs/ 'using Pkg; Pkg.instantiate()'
2121
- run: julia --project=docs/ docs/make.jl
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token

0 commit comments

Comments
 (0)