Skip to content

Commit

Permalink
ci: copy Prelude.hs before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Jan 2, 2024
1 parent aeb720d commit cb72f78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: |
./build_site
- name: Copy Prelude.hs
run: |
rm site/Prelude.hs
cp Prelude.hs site/Prelude.hs
- name: Deploy site
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit cb72f78

Please sign in to comment.