Skip to content

add toc to sidebar on projects #12

add toc to sidebar on projects

add toc to sidebar on projects #12

Workflow file for this run

name: "Deploy website"
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./result
clean: true