upload an artifact
All checks were successful
Gitea Actions Demo / checkout (push) Successful in 25s
All checks were successful
Gitea Actions Demo / checkout (push) Successful in 25s
This commit is contained in:
parent
3f668b5caa
commit
4284dad516
1 changed files with 5 additions and 6 deletions
|
@ -8,9 +8,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: check out repo
|
- name: check out repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
compile:
|
- name: upload
|
||||||
container:
|
uses: actions/upload-artifact@v3
|
||||||
image: aergus/latex
|
with:
|
||||||
steps:
|
name: artifact.tex
|
||||||
- name: Set up Git repository
|
path: main.tex
|
||||||
run: latexmk main.tex
|
|
||||||
|
|
Loading…
Reference in a new issue