Skip to content

Commit

Permalink
Reduce artifact size for the Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuda committed May 22, 2024
1 parent 3358783 commit 3c003c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
./mdbook build
./mdbook test
# Delete large artifacts from the output. It's 2024, everybody supports woff2.
rm -f book/FontAwesome/fonts/fontawesome{-webfont.svg,-webfont.ttf,-webfont.eot,.ttf}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3.0.1
with:
Expand Down

0 comments on commit 3c003c3

Please sign in to comment.