File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Cache [using jupyter-book]
22on :
33 push :
44 branches :
5- - master
5+ - main
66jobs :
77 tests :
88 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3636 uses : dawidd6/action-download-artifact@v2
3737 with :
3838 workflow : cache.yml
39- branch : master
39+ branch : main
4040 name : build-cache
4141 path : _build
4242 # Build Assets (Download Notebooks and PDF via LaTeX)
61616262 with :
6363 publish-dir : ' _build/html/'
64- production-branch : master
64+ production-branch : main
6565 github-token : ${{ secrets.GITHUB_TOKEN }}
6666 deploy-message : " Preview Deploy from GitHub Actions"
6767 env :
Original file line number Diff line number Diff line change 4040 # uses: dawidd6/action-download-artifact@v2
4141 # with:
4242 # workflow: cache.yml
43- # branch: master
43+ # branch: main
4444 # name: build-cache
4545 # path: _build
4646 # Build Assets (Download Notebooks, PDF via LaTeX)
8686 cp _build/jupyter/*.ipynb _build/lecture-python-programming.notebooks
8787 ls -a _build/lecture-python-programming.notebooks
8888 - name : Commit latest notebooks to lecture-python-programming.notebooks
89- uses : cpina/github-action-push-to-another-repository@master
89+ uses : cpina/github-action-push-to-another-repository@main
9090 env :
9191 API_TOKEN_GITHUB : ${{ secrets.QUANTECON_SERVICES_PAT }}
9292 with :
You can’t perform that action at this time.
0 commit comments