Skip to content

Commit 5a8f462

Browse files
updated build book to base off production branch
1 parent 2a9f65e commit 5a8f462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rebuild and deploy book to gh-pages branch
22
on:
33
push:
44
branches:
5-
- main
5+
- production
66
paths:
77
- source/**
88

@@ -17,7 +17,7 @@ jobs:
1717
- name: checkout
1818
uses: actions/checkout@v2
1919
with:
20-
ref: 'main'
20+
ref: 'production'
2121

2222
- name: Build the book
2323
run: |

0 commit comments

Comments
 (0)