新增内容,窗口,基础和设置相关 (#2) #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [master] | |
jobs: | |
publish-wiki: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: Andrew-Chen-Wang/github-wiki-action@v4 | |
with: | |
token: ${{ secrets.GIGANTIC_MEGA_PROJECT_GITHUB_TOKEN }} | |
repository: Wing-summer/WingHexExplorer2 | |
path: . |