Install node :(
This commit is contained in:
parent
5d4d97c81f
commit
86438df812
@ -12,6 +12,10 @@ jobs:
|
|||||||
container: texlive/texlive:latest
|
container: texlive/texlive:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install node :(
|
||||||
|
run:
|
||||||
|
- apt update
|
||||||
|
- apt install npm
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -23,4 +27,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: curriculum-vitae
|
name: curriculum-vitae
|
||||||
path: main.pdf
|
path: main.pdf
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user