Skip to content

Commit

Permalink
fix front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 17, 2024
1 parent 286a233 commit 7a1305e
Show file tree
Hide file tree
Showing 6 changed files with 971 additions and 984 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
if: github.ref == 'refs/heads/main'
run: |
pip install .
cd ./pythia
python src/eo_datascience/render_sfinx_toc.py
python src/eo_datascience/clean_nb.py
cp ./_toc.yml ./pythia/
cp ./Makefile ./pythia/
cp ./chapters/references.bib ./pythia/notebooks/
cp -R ./notebooks/. ./pythia/notebooks/
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git add .
Expand All @@ -124,13 +124,13 @@ jobs:
if: github.ref == 'refs/heads/dev'
run: |
pip install .
cd ./pythia
python src/eo_datascience/render_sfinx_toc.py
python src/eo_datascience/clean_nb.py
cp ./_toc.yml ./pythia/
cp ./Makefile ./pythia/
cp ./chapters/references.bib ./pythia/notebooks/
cp -R ./notebooks/. ./pythia/notebooks/
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git add .
Expand Down
Loading

0 comments on commit 7a1305e

Please sign in to comment.