1
0
mirror of https://github.com/one-among-us/data.git synced 2025-01-10 02:52:22 +08:00

[F] Fix preview action?

This commit is contained in:
Azalea 2025-01-02 18:50:45 +08:00 committed by GitHub
parent c6041247f6
commit 7573d08ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
command: pages deploy dist --project-name=data-preview --branch=pr-${{ github.event.pull_request.number }}