We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b660b commit 5c5a610Copy full SHA for 5c5a610
.github/workflows/Documentation.yml
@@ -20,10 +20,8 @@ jobs:
20
with:
21
version: '1'
22
- uses: julia-actions/cache@v2
23
- - name: Install dependencies
24
- run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
25
- - name: Build and deploy
+ - uses: julia-actions/julia-buildpkg@v1
+ - uses: julia-actions/julia-docdeploy@v1
26
env:
27
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
28
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy
29
- run: julia --project=docs/ docs/make.jl
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments