Skip to content

Commit

Permalink
Install Node.js ondemand
Browse files Browse the repository at this point in the history
  • Loading branch information
arcatdmz committed Jun 25, 2024
1 parent 15099fc commit 953d585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build PDF file
run: latexmk -pdf
- name: Run scripts
run: node scripts/abstract.js > abstract.log
run: apt update && apt install -y nodejs && node scripts/abstract.js > abstract.log
- name: Organize files to upload
run: mkdir -p docs && cp *.pdf *.log ./docs/
- name: Upload artifact
Expand Down

0 comments on commit 953d585

Please sign in to comment.