Skip to content

Commit 1b57a8f

Browse files
authored
Fix the doc build GHA (#95)
1 parent 0fd345f commit 1b57a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghpages.yml

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

77
workflow_dispatch:
88

@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)