Skip to content

Commit 380b82e

Browse files
authored
MAINT: Update master to main (#149)
1 parent 78351e0 commit 380b82e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Cache [using jupyter-book]
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
tests:
88
runs-on: ubuntu-latest

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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)
@@ -61,7 +61,7 @@ jobs:
6161
uses: nwtgck/[email protected]
6262
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:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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)
@@ -86,7 +86,7 @@ jobs:
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:

0 commit comments

Comments
 (0)