Skip to content

organize docs

organize docs #4

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [master]
paths:
- 'root/paper_web/**'
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./root/paper_web
publish_branch: gh-pages