File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
- ' notebooks/**.ipynb'
7
7
8
8
jobs :
9
- permissions :
10
- contents : write
11
9
convert-and-copy :
12
10
runs-on : ubuntu-latest
13
11
12
+ permissions :
13
+ contents : write # Grant permissions to write content to the repository
14
+
14
15
steps :
15
16
- name : Checkout the Linear_Algebra_with_Python repository
16
17
uses : actions/checkout@v4.1.7
@@ -55,12 +56,11 @@ jobs:
55
56
git remote set-url origin https://$GITHUB_ACTOR:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/weijie-chen/weijie-chen.github.io.git
56
57
57
58
- name : Commit and Push Changes
58
-
59
59
run : |
60
60
cd book_repo
61
61
git config user.name "GitHub Actions"
62
62
git config user.email "actions@github.com"
63
63
git add linear-algebra-with-python-book/chapters/*
64
64
git add linear-algebra-with-python-book/index.html
65
65
git commit -m "Updated chapters and Table of Contents"
66
- git push origin main
66
+ git push origin main
Original file line number Diff line number Diff line change 28
28
"outputs" : [],
29
29
"source" : [
30
30
" 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. "
32
32
]
33
33
},
34
34
{
You can’t perform that action at this time.
0 commit comments