We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2b0b9 commit c559dd1Copy full SHA for c559dd1
.github/workflows/Documenter.yml
@@ -1,4 +1,5 @@
1
name: Documenter
2
+
3
on:
4
push:
5
branches: [master]
@@ -7,13 +8,17 @@ on:
7
8
9
jobs:
10
Documenter:
11
+ permissions:
12
+ contents: write
13
+ pull-requests: read
14
+ statuses: write
15
name: Documentation
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
- uses: julia-actions/setup-julia@v2
20
with:
- version: nightly # change this to 1.6 once's that's official
21
+ version: '1.10'
22
show-versioninfo: true # this causes versioninfo to be printed to the action log
23
- uses: julia-actions/julia-buildpkg@latest
24
- uses: julia-actions/julia-docdeploy@latest
0 commit comments