diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index dde8fda..fd5408d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,6 +12,10 @@ jobs: container: texlive/texlive:latest steps: + - name: Install node :( + run: + - apt update + - apt install npm - name: Checkout repository uses: actions/checkout@v4 @@ -23,4 +27,4 @@ jobs: with: name: curriculum-vitae path: main.pdf - retention-days: 30 \ No newline at end of file + retention-days: 30