mirror of
https://github.com/clockworkpi/GameShell.git
synced 2025-12-12 16:08:50 +01:00
add workflow for sync wiki
This commit is contained in:
parent
d6950c630a
commit
f4b5d7279f
18
.github/workflows/publish-wiki.yml
vendored
Normal file
18
.github/workflows/publish-wiki.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Publish wiki
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- wiki/**
|
||||||
|
- .github/workflows/publish-wiki.yml
|
||||||
|
concurrency:
|
||||||
|
group: publish-wiki
|
||||||
|
cancel-in-progress: true
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
jobs:
|
||||||
|
publish-wiki:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: Andrew-Chen-Wang/github-wiki-action@v4
|
||||||
1
wiki/Home.md
Normal file
1
wiki/Home.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
Welcome to the GameShell wiki!
|
||||||
Loading…
x
Reference in New Issue
Block a user