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}