Skip to content

Commit

Permalink
dealing with static assets with new CI flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaychaks committed Jul 25, 2022
1 parent fa1d8f9 commit fbe5d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
cabal build
cabal exec site build
cp static/* site
- name: "deploy"
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit fbe5d25

Please sign in to comment.