mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +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: cachix/install-nix-action@v16
|
||||
- name: Build website
|
||||
run: nix develop -c make build
|
||||
run: |
|
||||
chmod --recursive u+x ./bin/
|
||||
nix develop -c make build
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user