Skip to content

Commit 220c3e0

Browse files
authored
try fix docs deployment (#50)
1 parent 5e72ba0 commit 220c3e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/Docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818
- "*.toml"
1919
types: [opened, synchronize, reopened]
2020

21+
22+
permissions:
23+
contents: write
24+
2125
concurrency:
2226
# Skip intermediate builds: always.
2327
# Cancel intermediate builds: only if it is a pull request build.
@@ -53,5 +57,4 @@ jobs:
5357
env:
5458
JULIA_PKG_SERVER: ""
5559
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
5760
GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988

0 commit comments

Comments
 (0)