From 1f6e1485f902ec6f407c510eeb5bca6e986e00d7 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 15 Sep 2023 23:11:34 -0400 Subject: [PATCH] Change playground to use `pages deploy` (#7430) Fixes a deprecation warning. --- .github/workflows/playground.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playground.yaml b/.github/workflows/playground.yaml index 0b4aab51dd..1442a98f6c 100644 --- a/.github/workflows/playground.yaml +++ b/.github/workflows/playground.yaml @@ -44,4 +44,4 @@ jobs: with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} - command: pages publish playground/dist --project-name=ruff-playground --branch ${GITHUB_HEAD_REF} --commit-hash ${GITHUB_SHA} + command: pages deploy playground/dist --project-name=ruff-playground --branch ${GITHUB_HEAD_REF} --commit-hash ${GITHUB_SHA}