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 aeed40a commit b8ed8caCopy full SHA for b8ed8ca
.github/workflows/docsBuild.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v2
18
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@latest
19
with:
20
version: '1.6'
21
- name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
28
Pkg.develop(PackageSpec(path=pwd()))
29
Pkg.instantiate()'
30
- name: Build and deploy
31
- - run: julia --project=docs docs/make.jl
+ run: julia --project=docs docs/make.jl
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments