1
Fork 0
mdbook-toc/.forgejo/workflows/ci.yaml
Jan-Erik Rediger 2ff806e7c6
Some checks failed
/ Publish (push) Failing after 3s
CI: nix build and push to cachix
2023-09-29 13:45:20 +02:00

19 lines
372 B
YAML

on: push
env:
CACHIX_NAME: git-fnordig
jobs:
Publish:
runs-on: flakes-action
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Set up Cachix
run: |
nix-env -iA nixpkgs.cachix nixpkgs.bash
cachix use $CACHIX_NAME
- name: Build
run: |
cachix watch-exec $CACHIX_NAME nix build