Skip to content

Commit 66bb75f

Browse files
committed
test
1 parent e265898 commit 66bb75f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/convert-to-qmd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
with:
3434
repository: weijie-chen/weijie-chen.github.io
3535
path: book_repo
36+
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
37+
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
3638

3739
- name: Copy Converted QMD Files to Book Repository
3840
run: |

notebooks/Chapter 2 - Basic Matrix Algebra.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"outputs": [],
2929
"source": [
3030
"from IPython.core.interactiveshell import InteractiveShell\n",
31-
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines."
31+
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
3232
]
3333
},
3434
{

0 commit comments

Comments
 (0)