We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252641b commit b0b2101Copy full SHA for b0b2101
.github/workflows/publish.yml
@@ -91,13 +91,14 @@ jobs:
91
cp _build/jupyter/*.ipynb _build/lecture-python-advanced.notebooks
92
ls -a _build/lecture-python-advanced.notebooks
93
- name: Commit latest notebooks to lecture-python-advanced.notebooks
94
- uses: cpina/github-action-push-to-another-repository@master
+ uses: cpina/github-action-push-to-another-repository
95
env:
96
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
97
with:
98
source-directory: '_build/lecture-python-advanced.notebooks/'
99
destination-repository-username: 'QuantEcon'
100
destination-repository-name: 'lecture-python-advanced.notebooks'
101
+ target-branch: 'main'
102
commit-message: 'auto publishing updates to notebooks'
103
destination-github-username: 'quantecon-services'
104
user-email: [email protected]
0 commit comments