Skip to content

fix: toc

fix: toc #109

Workflow file for this run

name: deploy site
on:
push:
branches:
- development
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y pandoc
- uses: withastro/action@v3
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/development' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: main
publish_dir: ./dist