This commit is contained in:
parent
0a430c5db8
commit
a678ed7930
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ jobs:
|
|||
- name: check out repo
|
||||
uses: actions/checkout@v3
|
||||
- name: list files
|
||||
run: ls
|
||||
run: pwd
|
||||
run: |
|
||||
ls
|
||||
pwd
|
||||
- name: compile
|
||||
uses: xu-cheng/texlive-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue