`cloudflare/pages-action` preview not deploying
cloudflare/pages-action isn't actually deploying, the branch preview URL is incorrect and Deployment Not Foundthe actual branch preview URL has an older commit
cloudflare/pages-actionDeployment Not Found - name: Publish
uses: cloudflare/pages-action@1
if: github.event_name == 'push'
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: eludevs
directory: docs/dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}