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 46e7b8f commit d827d2fCopy full SHA for d827d2f
.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
- - uses: julia-actions/julia-buildpkg@v1
+ - run: julia --project -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