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 87b85a2 commit 46e7b8fCopy full SHA for 46e7b8f
.github/workflows/Docs.yml
@@ -17,10 +17,8 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: julia-actions/setup-julia@v2
19
- uses: julia-actions/cache@v1
20
- - name: Install dependencies
21
- run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
- - name: Build and deploy
+ - uses: julia-actions/julia-buildpkg@v1
+ - run: julia --project=docs/ docs/make.jl
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
25
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
26
- run: julia --project=docs/ docs/make.jl
0 commit comments