Merge branch 'main' into switch_readme_badge

This commit is contained in:
Pierre Penninckx 2024-10-26 18:19:07 +02:00 committed by GitHub
commit a2a5e79e80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -3,12 +3,13 @@ name: Demo
on:
workflow_dispatch:
pull_request:
paths: &paths
paths:
- 'demo/**'
push:
branches:
- main
paths: *paths
paths:
- 'demo/**'
jobs:
build:

View file

@ -34,9 +34,10 @@ jobs:
- name: Install nix
uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v14
- name: Setup Caching
uses: cachix/cachix-action@v14
with:
name: mycache
name: selfhostblocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build docs