Skip to content

Commit

Permalink
Fix publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderEphemera authored Sep 9, 2023
1 parent ef2c9fa commit 23f88fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build site
run: ./site.hs build
run: |
cabal update
./site.hs build
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 23f88fb

Please sign in to comment.