Skip to content

perf chapter: repair tikz figures #351

perf chapter: repair tikz figures

perf chapter: repair tikz figures #351

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
pull_request_target:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build -o _build --no-sandbox
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: deploy # The branch the action should deploy to.
folder: _build/html # The folder the action should deploy.