Remove --verbose from cargo run command

This commit is contained in:
Zoey 2021-08-18 14:13:42 -07:00
parent 67d536617a
commit f28fa2365a
No known key found for this signature in database
GPG key ID: 2DCAC8EA81672106

View file

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