Skip to content

Commit 281c86a

Browse files
committed
FIX: revert push notebook job to same as python
1 parent 8ee8c3e commit 281c86a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,13 @@ jobs:
8989
cp lectures/Manifest.toml _build/lecture-julia.notebooks
9090
ls -a _build/lecture-julia.notebooks
9191
- name: Commit latest notebooks to lecture-julia.notebooks
92-
uses: cpina/github-action-push-to-another-repository@main
92+
uses: cpina/github-action-push-to-another-repository@v1.3
9393
env:
9494
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
9595
with:
9696
source-directory: '_build/lecture-julia.notebooks/'
9797
destination-repository-username: 'QuantEcon'
9898
destination-repository-name: 'lecture-julia.notebooks'
99-
target-branch: main
10099
commit-message: 'auto publishing updates to notebooks'
101100
destination-github-username: 'quantecon-services'
102101
user-email: [email protected]

0 commit comments

Comments
 (0)