Skip to content

Commit

Permalink
cicd: add a rebase before pushing pdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlthausKonstantin committed Apr 2, 2024
1 parent 0572709 commit efb71cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_pdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
mv docs/figures_thesis/_build/pdf/book.pdf docs/pdf/figures_thesis.pdf
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git pull --rebase
git add docs/pdf
git commit -m "chore: compile jupyter notebooks" -a || true
# The above command will fail if no changes were present, so we ignore
Expand Down

0 comments on commit efb71cb

Please sign in to comment.