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 04b0705 commit a9d2297Copy full SHA for a9d2297
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
- master
9
- release-*
10
- runci/*
11
- tags: '*'
+ tags: ['*']
12
jobs:
13
test:
14
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -58,14 +58,8 @@ jobs:
58
with:
59
version: '1'
60
- uses: julia-actions/cache@v1
61
- - name: Install dependencies
62
- run: |
63
- julia --project=doc -e '
64
- using Pkg
65
- Pkg.develop(PackageSpec(path=pwd()))
66
- Pkg.instantiate()'
67
- - name: Build the manual
68
- run: julia --color=yes --project=doc/ doc/make.jl
+ - uses: julia-actions/julia-buildpkg@v1
+ - uses: julia-actions/julia-docdeploy@v1
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments