diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c468389..842c79a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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