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:
|
||||
- name: check out repo
|
||||
uses: actions/checkout@v3
|
||||
compile:
|
||||
container:
|
||||
image: aergus/latex
|
||||
steps:
|
||||
- name: Set up Git repository
|
||||
run: latexmk main.tex
|
||||
- name: upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifact.tex
|
||||
path: main.tex
|
||||
|
|
Loading…
Reference in a new issue