Skip to content

Commit 03b526e

Browse files
committed
update CI
1 parent d153834 commit 03b526e

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
@@ -53,15 +53,8 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v2
56-
- uses: julia-actions/setup-julia@v1
57-
with:
58-
version: '1'
59-
- run: |
60-
julia --project=docs -e '
61-
using Pkg
62-
Pkg.develop(PackageSpec(path=pwd()))
63-
Pkg.instantiate()'
64-
- run: julia --project=docs docs/make.jl
56+
- uses: julia-actions/julia-buildpkg@latest
57+
- uses: julia-actions/julia-docdeploy@latest
6558
env:
6659
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6760
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)