-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: koppor <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
99d4237
commit d993141
Showing
10 changed files
with
220 additions
and
1,718 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
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 |
---|---|---|
|
@@ -59,11 +59,14 @@ jobs: | |
- name: Prepare files | ||
working-directory: /tmp/ltg | ||
run: | | ||
# We update check.yml manually (due to rights management of GitHub and "paper-conference.tex" naming) | ||
rm .github/workflows/check.yml | ||
if [ "${{ matrix.listings }}" == "minted" ]; then | ||
# paper.tex should not be overwritten | ||
# paper-conference.tex should not be overwritten | ||
mv paper.tex paper-conference-minted.tex | ||
else | ||
cp paper.tex paper-conference.tex | ||
mv paper.tex paper-conference.tex | ||
fi | ||
# remove files which should not be overwritten | ||
|
@@ -90,7 +93,8 @@ jobs: | |
uses: EndBug/add-and-commit@v9 | ||
with: | ||
message: 'Update files based on generated files by template generator' | ||
committer_email: [email protected] | ||
author_name: 'github-actions[bot]' | ||
author_email: 'github-actions[bot]@users.noreply.github.com' | ||
push: false | ||
- name: Push changes | ||
run: | | ||
|
@@ -130,7 +134,7 @@ jobs: | |
- run: | | ||
mkdir publish | ||
cp *.pdf publish/ | ||
cp paper.tex publish/ | ||
cp paper-conference.tex publish/ | ||
cp README.md publish/ | ||
cp .github/_config.yml publish/ | ||
- uses: actions/upload-artifact@v4 | ||
|
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
Oops, something went wrong.