mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
Fix workflow again
This commit is contained in:
parent
20c4f28f62
commit
5df64588a6
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -12,7 +12,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v16
|
- uses: cachix/install-nix-action@v16
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: nix develop -c make build
|
run: |
|
||||||
|
chmod --recursive u+x ./bin/
|
||||||
|
nix develop -c make build
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user