Skip to content

Commit b0e2585

Browse files
committed
Deploy to a different branch
1 parent a9996c0 commit b0e2585

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/respec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -32,9 +32,9 @@ jobs:
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
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)