修复:Steam用户名为中文时无法更新社区凭证(#26) #85
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
name: Doc Sync | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- 'doc/**' | |
env: | |
TOKEN: ${{ secrets.TOKEN }} | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Use Node.js | |
uses: actions/setup-node@v1 | |
with: | |
node-version: '16.x' | |
- run: npm install && node doc-repo-push.js |