Skip to content

fix typo (#43)

fix typo (#43) #10

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v30
- name: Build documentation
run: |
nix develop .#ci --command mdbook build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: book/html
branch: docs
target-folder: unstable