We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee8c3e commit 281c86aCopy full SHA for 281c86a
.github/workflows/publish.yml
@@ -89,14 +89,13 @@ jobs:
89
cp lectures/Manifest.toml _build/lecture-julia.notebooks
90
ls -a _build/lecture-julia.notebooks
91
- name: Commit latest notebooks to lecture-julia.notebooks
92
- uses: cpina/github-action-push-to-another-repository@main
+ uses: cpina/github-action-push-to-another-repository@v1.3
93
env:
94
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
95
with:
96
source-directory: '_build/lecture-julia.notebooks/'
97
destination-repository-username: 'QuantEcon'
98
destination-repository-name: 'lecture-julia.notebooks'
99
- target-branch: main
100
commit-message: 'auto publishing updates to notebooks'
101
destination-github-username: 'quantecon-services'
102
user-email: [email protected]
0 commit comments