Skip to content

fix: remove render-output/ from .gitignore so workflow can commit art… #20

fix: remove render-output/ from .gitignore so workflow can commit art…

fix: remove render-output/ from .gitignore so workflow can commit art… #20

Workflow file for this run

name: Render CV
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
render:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_version: '2.24'
- run: nix develop --command rendercv render cv.yaml --output-folder render-output -nopng
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update rendered CV (PDF/HTML/MD)"
file_pattern: render-output/*