1
Fork 0
mdbook-toc/.forgejo/workflows/ci.yaml
Jan-Erik Rediger 98a5117ab9
Some checks failed
/ Publish (push) Failing after 1m2s
CI: Run it in a nix develop shell
2023-09-29 13:47:30 +02:00

15 lines
307 B
YAML

on: push
env:
CACHIX_NAME: git-fnordig
jobs:
Publish:
runs-on: flakes-action
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Build
run: |
nix develop --command bash --command 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build'