From 88322c03305c38e784dd0f372d7aa92f2877998e Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Tue, 13 May 2025 09:47:03 -0400 Subject: [PATCH] playground: fix ci auto deploy --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 079e74bf..113d8acf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -289,6 +289,7 @@ jobs: with: publish-dir: "playground/dist" production-branch: main + production-deploy: true github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: "Deploy from GitHub Actions" fails-without-credentials: true