Skip to content

Commit

Permalink
move makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 19, 2024
1 parent 9d0f170 commit b53d10f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
run: |
python src/render_sfinx_toc.py
cp ./_toc.yml ./pythia/
cp ./notebooks/*.ipynb ./pythia/notebooks/
cp ./notebooks/*.yml ./pythia/notebooks/
cp -R ./notebooks ./pythia/notebooks/
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Expand Down

0 comments on commit b53d10f

Please sign in to comment.