Skip to content

Commit c126ade

Browse files
committed
docs: deploy to cloudflare pages
1 parent bead6d6 commit c126ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8080
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
81-
command: pages deploy cf-pages --project-name=${{ env.PROJECT_NAME }} --branch=main
81+
command: pages deploy dir --project-name=${{ env.PROJECT_NAME }} --branch=main
8282
wranglerVersion: 3.101.0
8383

8484
# - name: Setup Pages

0 commit comments

Comments
 (0)