-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to output the diff if lni.dtx is not adapted (#120)
- Loading branch information
Showing
5 changed files
with
71 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: check lni-paper-example-de | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
schedule: | ||
- cron: '1 2 5 * *' | ||
workflow_dispatch: | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: reitzig/texlive-base:2023.1 | ||
options: --user root | ||
env: | ||
SRC_DIR: /__w/LNI/LNI | ||
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Add x86_64-linuxmusl to PATH | ||
run: echo "/usr/local/texlive/2023/bin/x86_64-linuxmusl" >> $GITHUB_PATH | ||
|
||
- name: pdflatex lni-paper-example-de | ||
run: /bin/entrypoint work pdflatex lni-paper-example-de | ||
|
||
- name: biber lni-paper-example-de | ||
run: /bin/entrypoint work biber lni-paper-example-de | ||
|
||
- name: pdflatex lni-paper-example-de | ||
run: /bin/entrypoint work pdflatex lni-paper-example-de | ||
|
||
- name: pdflatex lni-paper-example-de | ||
run: /bin/entrypoint work pdflatex lni-paper-example-de | ||
|
||
- name: Upload build result | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: PDFs | ||
path: '/work/out' |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: check | |
on: | ||
push: | ||
branches: | ||
-main | ||
- main | ||
pull_request: | ||
schedule: | ||
- cron: '1 2 5 * *' | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,8 @@ lni-paper-example-de.pdf | |
|
||
mybibfile.bib | ||
|
||
*.old | ||
|
||
*.hd | ||
|
||
## Core latex/pdflatex auxiliary files: | ||
|
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