Browse Source

update wiki action

pull/1558/head
o2sh 9 months ago
parent
commit
3289424cb3
No known key found for this signature in database
GPG Key ID: D099D76E63AD9E67
  1. 17
      .github/workflows/wiki.yml

17
.github/workflows/wiki.yml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
name: Sync Wiki
name: Publish Wiki
on:
push:
branches: [main]
@ -7,17 +7,16 @@ on: @@ -7,17 +7,16 @@ on:
workflow_dispatch:
concurrency:
group: wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
update-wiki:
wiki:
runs-on: ubuntu-latest
name: Sync Wiki
concurrency:
group: wiki
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: spenserblack/actions-wiki@v0.1
- uses: spenserblack/actions-wiki@v0.3
with:
token: ${{ secrets.WIKI_TOKEN }}
path: docs/wiki

Loading…
Cancel
Save