Skip to content

Commit b0b2101

Browse files
authored
FIX: update nb sync to main (#195)
1 parent 252641b commit b0b2101

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@ jobs:
9191
cp _build/jupyter/*.ipynb _build/lecture-python-advanced.notebooks
9292
ls -a _build/lecture-python-advanced.notebooks
9393
- name: Commit latest notebooks to lecture-python-advanced.notebooks
94-
uses: cpina/github-action-push-to-another-repository@master
94+
uses: cpina/github-action-push-to-another-repository
9595
env:
9696
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
9797
with:
9898
source-directory: '_build/lecture-python-advanced.notebooks/'
9999
destination-repository-username: 'QuantEcon'
100100
destination-repository-name: 'lecture-python-advanced.notebooks'
101+
target-branch: 'main'
101102
commit-message: 'auto publishing updates to notebooks'
102103
destination-github-username: 'quantecon-services'
103104
user-email: [email protected]

0 commit comments

Comments
 (0)