Skip to content

Commit 5c2326d

Browse files
committed
fixs docs CI
1 parent a010c9a commit 5c2326d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Docs
22

33
on:
44
push:
5-
branches: [main]
6-
tags: ["*"]
5+
branches:
6+
- main
7+
tags:
8+
- "*"
79
pull_request:
8-
workflow_dispatch:
910

1011
jobs:
1112
docs:
@@ -15,15 +16,14 @@ jobs:
1516
contents: write
1617
pull-requests: read
1718
statuses: write
18-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-latest
1920
steps:
2021
- uses: actions/checkout@v4
2122
- uses: julia-actions/setup-julia@v2
2223
with:
2324
version: "1"
2425
show-versioninfo: true
25-
- name: Build and deploy docs
26-
run: julia --project=docs -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(); include("docs/make.jl")'
26+
- run: julia --project=docs -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(); include("docs/make.jl")'
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)