Skip to content

Update README.org

Update README.org #24

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [main]
jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: agda-smash
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build
run: nix build --verbose --print-build-logs