File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: respec
5
5
6
6
#
7
7
# This workflow updates the respec 'pretty' rendered versions of the spec
8
- # on the gh- pages branch when the corresponding markdown files change.
8
+ # on the pages branch when the corresponding markdown files change.
9
9
#
10
10
11
11
# run this on push to main
32
32
- name : Install dependencies
33
33
run : npm ci
34
34
35
- - uses : actions/checkout@v4 # checkout gh- pages branch
35
+ - uses : actions/checkout@v4 # checkout pages branch
36
36
with :
37
- ref : gh- pages
37
+ ref : pages
38
38
path : deploy
39
39
40
40
- name : run main script
45
45
with :
46
46
token : ${{ secrets.GITHUB_TOKEN }}
47
47
branch : update-respec-version
48
- base : gh- pages
48
+ base : pages
49
49
delete-branch : true
50
50
path : deploy
51
51
labels : Housekeeping
You can’t perform that action at this time.
0 commit comments