apparently I wasn't building in release mode :/

This commit is contained in:
zyl 2023-06-09 22:26:28 -07:00
parent 04affd8cc5
commit ef5bb48ff7
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2

View file

@ -30,7 +30,7 @@ jobs:
# Runs a single command using the runners shell
- name: Build site
run: |
cargo run --no-default-features
cargo run --no-default-features --release
- name: Deploy
uses: peaceiris/actions-gh-pages@v3