Skip to content

Commit c4242ac

Browse files
authored
Update deploy-schemas.yml
1 parent 78810a1 commit c4242ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-schemas.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
accountId: ${{ secrets.CF_ACCOUNT_ID }}
2727
projectName: video-notation-schema # Replace with your Cloudflare Pages project name
2828
directory: . # Path to the folder you want to deploy
29+
createGitHubDeployment: false
2930
# If you have a build step, change this to your build output directory
3031
# directory: ./your-folder/dist
31-
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
32+
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)