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
55
66#
77# 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.
99#
1010
1111# run this on push to main
3232 - name : Install dependencies
3333 run : npm ci
3434
35- - uses : actions/checkout@v4 # checkout gh- pages branch
35+ - uses : actions/checkout@v4 # checkout pages branch
3636 with :
37- ref : gh- pages
37+ ref : pages
3838 path : deploy
3939
4040 - name : run main script
4545 with :
4646 token : ${{ secrets.GITHUB_TOKEN }}
4747 branch : update-respec-version
48- base : gh- pages
48+ base : pages
4949 delete-branch : true
5050 path : deploy
5151 labels : Housekeeping
You can’t perform that action at this time.
0 commit comments