增加脚本开发教程部分语法,增加非中文目录图片文件夹作为action测试 (#3) #4
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: . |