We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bad6d commit 3289424Copy full SHA for 3289424
.github/workflows/wiki.yml
@@ -1,4 +1,4 @@
1
-name: Sync Wiki
+name: Publish Wiki
2
on:
3
push:
4
branches: [main]
@@ -7,17 +7,16 @@ on:
7
8
workflow_dispatch:
9
10
+concurrency:
11
+ group: wiki
12
+ cancel-in-progress: true
13
+permissions:
14
+ contents: write
15
jobs:
- update-wiki:
16
+ wiki:
17
runs-on: ubuntu-latest
- name: Sync Wiki
- concurrency:
- group: wiki
- cancel-in-progress: true
-
18
steps:
19
- uses: actions/checkout@v4
20
- - uses: spenserblack/actions-wiki@v0.1
+ - uses: spenserblack/actions-wiki@v0.3
21
with:
22
- token: ${{ secrets.WIKI_TOKEN }}
23
path: docs/wiki
0 commit comments