From cbb1afa6afb11faa1ecd5e357327df35c326e5c2 Mon Sep 17 00:00:00 2001 From: weijie-chen Date: Fri, 16 Aug 2024 14:38:30 +0200 Subject: [PATCH] test --- .github/workflows/convert-to-qmd.yml | 8 ++++---- notebooks/Chapter 2 - Basic Matrix Algebra.ipynb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/convert-to-qmd.yml b/.github/workflows/convert-to-qmd.yml index 27c61a7..6a7203e 100644 --- a/.github/workflows/convert-to-qmd.yml +++ b/.github/workflows/convert-to-qmd.yml @@ -6,11 +6,12 @@ on: - 'notebooks/**.ipynb' jobs: - permissions: - contents: write convert-and-copy: runs-on: ubuntu-latest + permissions: + contents: write # Grant permissions to write content to the repository + steps: - name: Checkout the Linear_Algebra_with_Python repository uses: actions/checkout@v4.1.7 @@ -55,7 +56,6 @@ 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" @@ -63,4 +63,4 @@ jobs: git add linear-algebra-with-python-book/chapters/* git add linear-algebra-with-python-book/index.html git commit -m "Updated chapters and Table of Contents" - git push origin main \ No newline at end of file + git push origin main diff --git a/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb b/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb index bf202cd..1820ebd 100644 --- a/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb +++ b/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb @@ -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." ] }, {