-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 3 to 4; New latex docker image (#825)
- Loading branch information
Showing
2 changed files
with
8 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: LaTeX linter (chktex) | ||
uses: j2kun/[email protected] | ||
# Provide this output for context, but don't fail builds | ||
|
@@ -19,10 +19,10 @@ jobs: | |
build-rulebook: | ||
|
||
runs-on: ubuntu-latest | ||
container: blang/latex:ubuntu | ||
container: leplusorg/latex:latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: LaTeX compilation | ||
run: | ||
TERM=xterm make dorulebookonly | ||
|
@@ -36,10 +36,10 @@ jobs: | |
build-scoresheets: | ||
|
||
runs-on: ubuntu-latest | ||
container: blang/latex:ubuntu | ||
container: leplusorg/latex:latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: LaTeX compilation | ||
run: | ||
TERM=xterm make doscoresheetsonly | ||
|
@@ -56,7 +56,7 @@ jobs: | |
contents: write | ||
needs: [build-rulebook, build-scoresheets] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: gh-pages | ||
- name: Download rulebook | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: LaTeX linter (chktex) | ||
uses: j2kun/[email protected] | ||
# Provide this output for context, but don't fail builds | ||
|
@@ -22,7 +22,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
container: blang/latex:ubuntu | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: LaTeX compilation Rulebook | ||
run: | ||
TERM=xterm make dorulebookonly | ||
|