diff --git a/.github/workflows/admin-deploy.yml b/.github/workflows/admin-deploy.yml index 322f705..f897dfd 100644 --- a/.github/workflows/admin-deploy.yml +++ b/.github/workflows/admin-deploy.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Publish to Cloudflare Pages - uses: cloudflare/pages-action@v1.5 + uses: cloudflare/pages-action@v1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}}