We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d827d2f commit b394d37Copy full SHA for b394d37
.github/workflows/Docs.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: julia-actions/setup-julia@v2
19
- uses: julia-actions/cache@v1
20
- - run: julia --project -e 'using Pkg; Pkg.instantiate()'
+ - run: julia --project=docs/ 'using Pkg; Pkg.instantiate()'
21
- run: julia --project=docs/ docs/make.jl
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
0 commit comments