Skip to content

📝 更新.gitignore文件,新增table.py忽略项;更新Python文档,优化JSON模块内容和正则表达式部分,提升文档的可读性… #323

📝 更新.gitignore文件,新增table.py忽略项;更新Python文档,优化JSON模块内容和正则表达式部分,提升文档的可读性…

📝 更新.gitignore文件,新增table.py忽略项;更新Python文档,优化JSON模块内容和正则表达式部分,提升文档的可读性… #323

Workflow file for this run

name: Build HTML
on: push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: |
npm install
npm run build
- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build