.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
|
||||
- name: Build Pages
|
||||
run: |
|
||||
nix build .#pages
|
||||
nix build --option accept-flake-config true .#pages
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue