Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0c374743d | |||
| 15527c890e |
@@ -8,8 +8,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: texlive/texlive:latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -35,6 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Compile changed root files
|
- name: Compile changed root files
|
||||||
if: steps.changed.outputs.roots != ''
|
if: steps.changed.outputs.roots != ''
|
||||||
|
uses: docker://texlive/texlive:latest
|
||||||
run: |
|
run: |
|
||||||
mkdir -p pdf aux
|
mkdir -p pdf aux
|
||||||
for f in ${{ steps.changed.outputs.roots }}; do
|
for f in ${{ steps.changed.outputs.roots }}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user