Skip to content

Commit f50f9ac

Browse files
committed
1
1 parent 5da9941 commit f50f9ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- 'notebooks/**.ipynb'
77

88
jobs:
9+
permissions:
10+
contents: write
911
convert-and-copy:
1012
runs-on: ubuntu-latest
1113

@@ -53,6 +55,7 @@ jobs:
5355
git remote set-url origin https://$GITHUB_ACTOR:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/weijie-chen/weijie-chen.github.io.git
5456
5557
- name: Commit and Push Changes
58+
5659
run: |
5760
cd book_repo
5861
git config user.name "GitHub Actions"

notebooks/Chapter 2 - Basic Matrix Algebra.ipynb

Lines changed: 1 addition & 1 deletion
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)