.github/workflows/pages.yml: add accept-flake-config

This commit is contained in:
zowoq 2023-09-15 20:11:16 +10:00
parent 1eef8cf9b1
commit 43e9cabeb9

View file

@ -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: