From 2a8dfa278d6ff933ff8e06e9cd87768a5a9d5a9d Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 18 Aug 2021 14:13:42 -0700 Subject: [PATCH] Remove --verbose from cargo run command --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c51d23c..9e53a9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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