We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48f89c commit d0edb48Copy full SHA for d0edb48
.github/workflows/pages-deployment.yml
@@ -21,6 +21,5 @@ jobs:
21
with:
22
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
23
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
24
- command: pages deploy apps/site/dist/client --project-name=solid-number-flow
25
- branch: ${{ github.ref_name }}
+ command: pages deploy apps/site/dist/client --project-name=solid-number-flow --branch=${{ github.ref_name }} --commit-dirty
26
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments