.github/workflows/pages.yml: add accept-flake-config
This commit is contained in:
parent
1eef8cf9b1
commit
43e9cabeb9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Build Pages
|
- name: Build Pages
|
||||||
run: |
|
run: |
|
||||||
nix build .#pages
|
nix build --option accept-flake-config true .#pages
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue