Skip to content

Commit

Permalink
17 add GitHub action to compile pdf (#21)
Browse files Browse the repository at this point in the history
* Add new workflow for compiling report and adding it to repository

* Make push-to-repository depend on the compile-pdf step of the action. Remove first attempt comment.

* Set git config user to github-actions[bot]
  • Loading branch information
Daniel-Runge authored Sep 28, 2024
1 parent 6258d63 commit 8b8bba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
path: ./docs
- name: Push to repository
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add ./docs
git commit -m "Added by compile-pdf GitHub Action"
git push

0 comments on commit 8b8bba3

Please sign in to comment.