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 b394d37 commit 38d5c3aCopy full SHA for 38d5c3a
.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=docs/ 'using Pkg; Pkg.instantiate()'
+ - run: julia --project=docs/ -e '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