修复: 弹窗关闭后无法返回原标签页; #90
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 |