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