Merge branch 'main' into switch_readme_badge
This commit is contained in:
commit
a2a5e79e80
2 changed files with 6 additions and 4 deletions
5
.github/workflows/demo.yml
vendored
5
.github/workflows/demo.yml
vendored
|
|
@ -3,12 +3,13 @@ name: Demo
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths: &paths
|
||||
paths:
|
||||
- 'demo/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths: *paths
|
||||
paths:
|
||||
- 'demo/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue