-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from simonthorell/setup
Update buildscript
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 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 |
---|---|---|
|
@@ -32,8 +32,7 @@ jobs: | |
git config user.email "[email protected]" | ||
git add docs/REPORT.md | ||
git commit -m "Update REPORT.md with latest protocols" || echo "No changes to REPORT.md." | ||
git push --force | ||
git push | ||
# Second job: Convert REPORT.md to PDF | ||
converttopdf: | ||
|
@@ -59,7 +58,7 @@ jobs: | |
run: | | ||
git rm -r pdfs | ||
git commit -m "Remove existing pdfs folder" | ||
git push --force | ||
git push | ||
- uses: baileyjm02/[email protected] | ||
with: | ||
|
@@ -75,4 +74,4 @@ jobs: | |
git add pdfs/ | ||
git status | ||
git commit -m "Automated commit of PDF and HTML files" -a || echo "No changes to commit." | ||
git push --force | ||
git push |
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