We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac290e3 commit 074b440Copy full SHA for 074b440
1 file changed
.github/workflows/ci.yml
@@ -24,6 +24,11 @@ jobs:
24
with:
25
version: ${{ matrix.version }}
26
arch: ${{ matrix.arch }}
27
+ - run: |
28
+ julia --project=. -e '
29
+ using Pkg
30
+ pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl"
31
+ '
32
- uses: actions/cache@v1
33
env:
34
cache-name: cache-artifacts
@@ -48,11 +53,17 @@ jobs:
48
53
- uses: julia-actions/setup-julia@v1
49
54
50
55
version: '1'
56
57
+ julia --project=docs -e '
58
59
60
51
61
- run: |
52
62
julia --project=docs -e '
63
using Pkg
64
Pkg.develop(PackageSpec(path=pwd()))
- Pkg.instantiate()'
65
+ Pkg.instantiate()
66
67
- run: julia --project=docs docs/make.jl
68
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments