Skip to content

Bump cachix/cachix-action from 12 to 13 #55

Bump cachix/cachix-action from 12 to 13

Bump cachix/cachix-action from 12 to 13 #55

Workflow file for this run

name: "CI"
on:
push:
branches: [main]
pull_request:
# schedule:
# - cron: "0 0 * * SUN" # every sunday
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
with:
submodules: true
fetch-depth: 0
- uses: nixbuild/nix-quick-install-action@v25
with:
# nix_version: "2.13.2"
nix_conf: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v13
with:
name: gtrunsec
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build Doc
run: nix run .#x86_64-linux.automation.entrypoints.mkdoc --refresh
- name: Build Quarto
run: |
nix develop .#doc --show-trace --refresh --command mkQuarto
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: ./docs/quarto/publish