Skip to content

Commit 46e7b8f

Browse files
committed
change docs ci
1 parent 87b85a2 commit 46e7b8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: julia-actions/setup-julia@v2
1919
- uses: julia-actions/cache@v1
20-
- name: Install dependencies
21-
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22-
- name: Build and deploy
20+
- uses: julia-actions/julia-buildpkg@v1
21+
- run: julia --project=docs/ docs/make.jl
2322
env:
2423
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
2524
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
26-
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)