Skip to content

flake.nix: remove alioth from prebuilt for now #396

flake.nix: remove alioth from prebuilt for now

flake.nix: remove alioth from prebuilt for now #396

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@v29
- name: Build
run: nix build .#doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result