This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de06563
commit 24e958b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
with: | ||
path: | | ||
~/.local/share/jupyter/kernels | ||
~/miniconda3/envs | ||
/usr/share/miniconda/envs | ||
key: ${{ runner.os }}-jupyter-${{ hashFiles('chapters/*.yml') }} | ||
|
||
- name: Render and Publish | ||
|
@@ -48,7 +48,7 @@ jobs: | |
with: | ||
path: | | ||
~/.local/share/jupyter/kernels | ||
~/miniconda3/envs | ||
/usr/share/miniconda/envs | ||
key: ${{ steps.cache-jupyter-kernels-restore.outputs.cache-primary-key }} | ||
|
||
# - name: Cache Binder Build on mybinder.org | ||
|
@@ -66,7 +66,7 @@ jobs: | |
NB_PATH=($(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '[.]ipynb$')) | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git commit ${RMD_PATH[*]/.ipynb} -m "Quarto output" | ||
git commit ${RMD_PATH[*]/.ipynb} -m "Quarto output" || echo "No changes to commit" | ||
- name: Push Commit | ||
if: github.ref == 'refs/heads/main' | ||
|