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: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
paths: &paths paths:
- 'demo/**' - 'demo/**'
push: push:
branches: branches:
- main - main
paths: *paths paths:
- 'demo/**'
jobs: jobs:
build: build:

View file

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