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:
|
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:
|
||||||
|
|
|
||||||
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue