@@ -118,22 +118,22 @@ jobs:
118118 with :
119119 name : build-publish
120120 path : _build
121- # Sync notebooks
122- - name : Prepare lecture-python-intro.notebooks sync
123- shell : bash -l {0}
124- run : |
125- mkdir -p _build/lecture-python-intro.notebooks
126- cp -a _notebook_repo/. _build/lecture-python-intro.notebooks
127- cp _build/jupyter/*.ipynb _build/lecture-python-intro.notebooks
128- ls -a _build/lecture-python-intro.notebooks
129- - name : Commit latest notebooks to lecture-python-intro.notebooks
130- uses : cpina/github-action-push-to-another-repository@main
131- env :
132- API_TOKEN_GITHUB : ${{ secrets.QUANTECON_SERVICES_PAT }}
133- with :
134- source-directory : ' _build/lecture-python-intro.notebooks/'
135- destination-repository-username : ' QuantEcon'
136- destination-repository-name : ' lecture-python-intro.notebooks'
137- commit-message : ' auto publishing updates to notebooks'
138- destination-github-username : ' quantecon-services'
139- user-email : services@quantecon.org
121+ # DISABLED FOR TESTING: # Sync notebooks
122+ # DISABLED FOR TESTING: - name: Prepare lecture-python-intro.notebooks sync
123+ # DISABLED FOR TESTING: shell: bash -l {0}
124+ # DISABLED FOR TESTING: run: |
125+ # DISABLED FOR TESTING: mkdir -p _build/lecture-python-intro.notebooks
126+ # DISABLED FOR TESTING: cp -a _notebook_repo/. _build/lecture-python-intro.notebooks
127+ # DISABLED FOR TESTING: cp _build/jupyter/*.ipynb _build/lecture-python-intro.notebooks
128+ # DISABLED FOR TESTING: ls -a _build/lecture-python-intro.notebooks
129+ # DISABLED FOR TESTING: - name: Commit latest notebooks to lecture-python-intro.notebooks
130+ # DISABLED FOR TESTING: uses: cpina/github-action-push-to-another-repository@main
131+ # DISABLED FOR TESTING: env:
132+ # DISABLED FOR TESTING: API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
133+ # DISABLED FOR TESTING: with:
134+ # DISABLED FOR TESTING: source-directory: '_build/lecture-python-intro.notebooks/'
135+ # DISABLED FOR TESTING: destination-repository-username: 'QuantEcon'
136+ # DISABLED FOR TESTING: destination-repository-name: 'lecture-python-intro.notebooks'
137+ # DISABLED FOR TESTING: commit-message: 'auto publishing updates to notebooks'
138+ # DISABLED FOR TESTING: destination-github-username: 'quantecon-services'
139+ # DISABLED FOR TESTING: user-email: services@quantecon.org
0 commit comments