Skip to content

Commit 3b0b2da

Browse files
authored
use docdeploy instead of manual doc script (#653)
1 parent 2103509 commit 3b0b2da

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,8 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v2
55-
- uses: julia-actions/setup-julia@v1
56-
with:
57-
version: '1'
58-
- run: |
59-
julia --project=docs -e '
60-
using Pkg
61-
Pkg.develop(PackageSpec(path=pwd()))
62-
Pkg.instantiate()'
63-
- run: julia --project=docs docs/make.jl
55+
- uses: julia-actions/julia-buildpkg@latest
56+
- uses: julia-actions/julia-docdeploy@latest
6457
env:
6558
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6659
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)