There was an error while loading. Please reload this page.
1 parent 36fec41 commit da8ac5bCopy full SHA for da8ac5b
1 file changed
.github/workflows/documentation.yml
@@ -18,7 +18,11 @@ jobs:
18
with:
19
version: '1'
20
- name: Install dependencies
21
- run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ - uses: ./.github/actions/juliatools
22
+ - uses: ./.github/actions/juliarun
23
+ with:
24
+ runtest: 'false'
25
+ # run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
26
- name: Build and deploy
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
0 commit comments