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 ba64d0c commit d6502f0Copy full SHA for d6502f0
.github/workflows/Documentation.yml
@@ -16,11 +16,11 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@v1
18
with:
19
- version: '1'
+ version: '1.4'
20
- name: Install Dependencies
21
run: julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
- name: Build and Deploy
23
env:
24
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
25
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
+ # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
26
run: julia --color=yes --project=docs/ docs/make.jl
0 commit comments