Skip to content

Commit

Permalink
copy force and fix copy paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jan 9, 2025
1 parent daf12eb commit da88aa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-pythia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
run: |
python -m pip install .
render_sfinx_toc ./pythia
clean_nb ./chapters ./pythia/notebooks
cp ./Makefile ./pythia/
cp ./chapters/references.bib ./pythia/notebooks/
cp $(find notebooks -name "*.yml") ./pythia/notebooks/
clean_nb ./notebooks ./pythia/notebooks
cp -rf ./Makefile ./pythia/
cp -rf ./chapters/references.bib ./pythia/notebooks/
cp -rf --parents $(find notebooks -name "*.yml") ./pythia
cd ./pythia
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
Expand Down

0 comments on commit da88aa3

Please sign in to comment.