Skip to content

Commit 961b916

Browse files
authored
Update to latest GA for docs (#2863)
1 parent 39c04ac commit 961b916

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: CI
22
on:
33
pull_request:
4-
branches:
5-
- main
64
push:
7-
branches:
8-
- main
9-
tags: '*'
5+
branches: [main]
6+
tags: ['*']
107
jobs:
118
test:
129
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -55,15 +52,8 @@ jobs:
5552
runs-on: ubuntu-latest
5653
steps:
5754
- uses: actions/checkout@v2
58-
- uses: julia-actions/setup-julia@v1
59-
with:
60-
version: '1'
61-
- run: |
62-
julia --project=docs -e '
63-
using Pkg
64-
Pkg.develop(PackageSpec(path=pwd()))
65-
Pkg.instantiate()'
66-
- run: julia --project=docs docs/make.jl
55+
- uses: julia-actions/julia-buildpkg@latest
56+
- uses: julia-actions/julia-docdeploy@latest
6757
env:
6858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6959
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)