Skip to content

Commit 7fe1e55

Browse files
committed
TMP: Disable Notebook Publishing for new publish workflow
1 parent 45e876c commit 7fe1e55

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ jobs:
117117
cp -a _notebook_repo/. _build/lecture-python-programming.notebooks
118118
cp _build/jupyter/*.ipynb _build/lecture-python-programming.notebooks
119119
ls -a _build/lecture-python-programming.notebooks
120-
- name: Commit latest notebooks to lecture-python-programming.notebooks
121-
uses: cpina/github-action-push-to-another-repository@main
122-
env:
123-
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
124-
with:
125-
source-directory: '_build/lecture-python-programming.notebooks/'
126-
destination-repository-username: 'QuantEcon'
127-
destination-repository-name: 'lecture-python-programming.notebooks'
128-
target-branch: master
129-
commit-message: 'auto publishing updates to notebooks'
130-
destination-github-username: 'quantecon-services'
131-
user-email: [email protected]
120+
# - name: Commit latest notebooks to lecture-python-programming.notebooks
121+
# uses: cpina/github-action-push-to-another-repository@main
122+
# env:
123+
# API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
124+
# with:
125+
# source-directory: '_build/lecture-python-programming.notebooks/'
126+
# destination-repository-username: 'QuantEcon'
127+
# destination-repository-name: 'lecture-python-programming.notebooks'
128+
# target-branch: master
129+
# commit-message: 'auto publishing updates to notebooks'
130+
# destination-github-username: 'quantecon-services'
131+
# user-email: [email protected]

0 commit comments

Comments
 (0)