Skip to content

Commit 178c71f

Browse files
committed
Update workfflow for deployment
1 parent 26e789b commit 178c71f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docs Push
1+
name: Docs Release
22

33
on:
44
release:
@@ -37,5 +37,6 @@ jobs:
3737
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3838
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
3939
directory: build/dokka/html
40+
branch: main #force main branch for live deployment
4041
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
4142
wranglerVersion: '3'

0 commit comments

Comments
 (0)