Skip to content

Commit

Permalink
.github/workflows/pages.yml: add accept-flake-config
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 15, 2023
1 parent 1eef8cf commit 43e9cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 43e9cab

Please sign in to comment.