Skip to content

Commit 95727ba

Browse files
committed
ci: correct outdated branch in documentation hosting
Main no longer exists and was replaced by `production`. Fix outdated trigger for workflow by replacing the branch name. Signed-off-by: Ivin Joel Abraham <ivinjabraham@gmail.com>
1 parent 055c634 commit 95727ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/host-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Host Documentation
22
on:
33
push:
44
branches:
5-
- main
5+
- production
66

77
permissions:
88
contents: read
@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v4.0.5
49+
uses: actions/deploy-pages@v4.0.5

0 commit comments

Comments
 (0)