Skip to content

Commit

Permalink
list files
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk committed Nov 28, 2023
1 parent 9f2eaf7 commit 6e0abdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:
run: date +%c

- name: Build website
run: nix build
run: |
ls -la
nix build
- name: Deploy production tag to production
run: |
Expand Down

0 comments on commit 6e0abdd

Please sign in to comment.