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 2103509 commit 3b0b2daCopy full SHA for 3b0b2da
.github/workflows/ci.yml
@@ -52,15 +52,8 @@ jobs:
52
runs-on: ubuntu-latest
53
steps:
54
- uses: actions/checkout@v2
55
- - uses: julia-actions/setup-julia@v1
56
- with:
57
- version: '1'
58
- - run: |
59
- julia --project=docs -e '
60
- using Pkg
61
- Pkg.develop(PackageSpec(path=pwd()))
62
- Pkg.instantiate()'
63
- - run: julia --project=docs docs/make.jl
+ - uses: julia-actions/julia-buildpkg@latest
+ - uses: julia-actions/julia-docdeploy@latest
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments