Skip to content

Commit 428f9ed

Browse files
committed
properly configure deploy pipeline for website auto build and deployment
1 parent f1cc1b5 commit 428f9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Website to GitHub Pages
22

33
on:
44
push:
5-
branches: ['main']
5+
branches: ['master']
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)