From ef5bb48ff72ff912e5784e72a3eca5811e363c1b Mon Sep 17 00:00:00 2001 From: zyl Date: Fri, 9 Jun 2023 22:26:28 -0700 Subject: [PATCH] apparently I wasn't building in release mode :/ --- .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 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