We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d581eae commit 9e3866bCopy full SHA for 9e3866b
.github/workflows/documentation.yml
@@ -11,14 +11,14 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
- uses: julia-actions/setup-julia@latest
16
with:
17
- version: '1.6'
+ version: '1.10'
18
- name: Install dependencies
19
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
- name: Build and deploy
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
23
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
24
- run: julia --project=docs/ docs/make.jl
+ run: julia --project=docs/ docs/make.jl
0 commit comments