Skip to content

flake.nix: crane: simplify flake spec (#372) #23

flake.nix: crane: simplify flake spec (#372)

flake.nix: crane: simplify flake spec (#372) #23

Workflow file for this run

---
# This workflow runs when PRs are merged and tags/builds/publishes a release.
# Run when PRs to main are closed.
on:
push:
branches:
- main
workflow_dispatch:
name: Build and publish a release
jobs:
github-pages:
name: Publish user manual to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
extra-experimental-features = nix-command flakes
accept-flake-config = true
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Build user manual
run: |
RESULT=$(nix build --no-link --print-out-paths --print-build-logs .#ghciwatch.user-manual)
cp -r "$RESULT/share/ghciwatch/html-manual" ghciwatch-user-manual
- name: Publish to GitHub Pages
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
with:
folder: ghciwatch-user-manual/