Skip to content

CHANGELOG: release 0.5.0 #349

CHANGELOG: release 0.5.0

CHANGELOG: release 0.5.0 #349

Workflow file for this run

name: doc
on:
push:
branches:
- main
jobs:
deploy:
name: build and deploy doc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- name: Build
run: nix build .#doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result