add workflow for sync wiki

This commit is contained in:
cuu 2024-04-08 22:53:18 -07:00
parent d6950c630a
commit f4b5d7279f
2 changed files with 19 additions and 0 deletions

18
.github/workflows/publish-wiki.yml vendored Normal file
View 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
View File

@ -0,0 +1 @@
Welcome to the GameShell wiki!