Skip to content

Commit bea7a8b

Browse files
authored
Fix CI
1 parent a6855ac commit bea7a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3636
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
37-
command: pages deploy dist/ --project-name "slimevr-main-website" --branch '${{ github.ref == 'refs/heads/main' && 'main' || github.event.pull_request.number }}'
37+
command: pages deploy dist/ --project-name "slimevr-main-website" --branch "${{ github.ref == 'refs/heads/main' && 'main' || github.event.pull_request.number }}"
3838
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)