Skip to content

Commit 80ef42b

Browse files
committed
chore: try to update cloudflare actions
1 parent cf37d1b commit 80ef42b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,10 @@ jobs:
147147
with:
148148
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
149149
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
150-
projectName: community-server-docs
151-
directory: cf-pages
150+
#projectName: community-server-docs
151+
# command: pages deploy YOUR_DIST_FOLDER --project-name=example
152+
command: pages deploy cf-pages --project-name=community-server-docs
153+
#directory: cf-pages
152154
branch: main
153155

154156
publish-indexes:

0 commit comments

Comments
 (0)