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 253f8fe commit d4f59f7Copy full SHA for d4f59f7
1 file changed
.github/workflows/publish-wiki.yml
@@ -0,0 +1,18 @@
1
+name: Publish wiki
2
+on:
3
+ push:
4
+ branches: [main]
5
+ paths:
6
+ - wiki/**
7
+ - .github/workflows/publish-wiki.yml
8
+concurrency:
9
+ group: publish-wiki
10
+ cancel-in-progress: true
11
+permissions:
12
+ contents: write
13
+jobs:
14
+ publish-wiki:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: actions/checkout@v3
18
+ - uses: Andrew-Chen-Wang/github-wiki-action@v4
0 commit comments