Skip to content

Commit

Permalink
fix cloudflare pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Oct 31, 2023
1 parent 5a968e9 commit 73e0562
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
run: |
cp static/index.html markout/index.html
- name: rm markata.json
run: |
# too big for cloudflare pages
rm static/markata.json
- name: Use Node v20
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 73e0562

Please sign in to comment.