Skip to content

Commit da8ac5b

Browse files
committed
add package install script to documenter action
1 parent 36fec41 commit da8ac5b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
with:
1919
version: '1'
2020
- name: Install dependencies
21-
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
21+
- 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()'
2226
- name: Build and deploy
2327
env:
2428
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token

0 commit comments

Comments
 (0)