wip
This commit is contained in:
parent
1c8a16aedf
commit
4c2f351506
@ -8,10 +8,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: tectonictypesetting/tectonic:latest
|
container:
|
||||||
|
image: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- run: apk add --no-cache tectonic
|
||||||
- run: tectonic Main.tex
|
- run: tectonic Main.tex
|
||||||
|
|
||||||
# - name: Create Release
|
# - name: Create Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user