Remove --verbose from cargo run command

This commit is contained in:
Zoey 2021-08-18 14:13:42 -07:00
parent 13a6be8c16
commit 2a8dfa278d

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