Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
weijie-chen committed Aug 16, 2024
1 parent 5da9941 commit f50f9ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/convert-to-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- 'notebooks/**.ipynb'

jobs:
permissions:
contents: write
convert-and-copy:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -53,6 +55,7 @@ jobs:
git remote set-url origin https://$GITHUB_ACTOR:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/weijie-chen/weijie-chen.github.io.git
- name: Commit and Push Changes

run: |
cd book_repo
git config user.name "GitHub Actions"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Chapter 2 - Basic Matrix Algebra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"outputs": [],
"source": [
"from IPython.core.interactiveshell import InteractiveShell\n",
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines."
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
]
},
{
Expand Down

0 comments on commit f50f9ac

Please sign in to comment.