We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1296c02 commit a19f712Copy full SHA for a19f712
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: cloudflare/pages-action@v1
35
with:
36
apiToken: ${{ secrets.CLOUDFLARE_PAGES_TOKEN }}
37
- accountId: $ {{ secrets.CLOUDFLARE_ACCOUNT_ID }}
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
38
projectName: query-rs
39
directory: ./web/dist
40
# Optional: Enable this if you want to have GitHub Deployments triggered
0 commit comments