Skip to content

Commit 518ec09

Browse files
committed
Update deployment workflow to trigger on 'website' branch instead of 'gh-pages'
1 parent 7f12b8e commit 518ec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website-deploy.yml

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

33
on:
44
push:
5-
branches: [gh-pages]
5+
branches: [website]
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
88

0 commit comments

Comments
 (0)