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 cf37d1b commit 80ef42bCopy full SHA for 80ef42b
.github/workflows/deploy.yml
@@ -147,8 +147,10 @@ jobs:
147
with:
148
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
149
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
150
- projectName: community-server-docs
151
- directory: cf-pages
+ #projectName: community-server-docs
+ # command: pages deploy YOUR_DIST_FOLDER --project-name=example
152
+ command: pages deploy cf-pages --project-name=community-server-docs
153
+ #directory: cf-pages
154
branch: main
155
156
publish-indexes:
0 commit comments