Skip to content

Switch finance workflow to Nix #159

Switch finance workflow to Nix

Switch finance workflow to Nix #159

Workflow file for this run

name: "Update financial dashboard"
on:
push:
paths:
- "automation/finanse/*"
- ".github/workflows/finance.yaml"
jobs:
dashboard:
runs-on: ubuntu-latest
name: Update financial dashboard
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- name: Update dashboard
run: |
cd automation/finanse
nix build
flake check
git add ../../layouts/shortcodes/finanse.html
- name: Commit Changes
uses: stefanzweifel/[email protected]
with:
commit_message: Automated financial dashboard snapshot