-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,13 +27,4 @@ jobs: | |
# This is the output path where Pandoc will write the compiled | ||
# PDF. Note, this should be the same directory as the input | ||
# paper.md | ||
path: paper.pdf | ||
- name: Commit PDF to repository | ||
uses: EndBug/add-and-commit@v9 | ||
with: | ||
author_name: "GitHub Actions" | ||
author_email: "[email protected]" | ||
message: '(auto) Paper PDF Draft' | ||
add: 'joss-paper/paper.pdf' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_PAT }} | ||
path: joss-paper/paper.pdf |