Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

#3 update links and whatnot #6

#3 update links and whatnot

#3 update links and whatnot #6

Workflow file for this run

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build
- uses: actions/upload-pages-artifact@v3
with: { path: result }
deploy:
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/deploy-pages@v4
id: deployment