fix(docs-ci): install nodejs in python image — actions/checkout needs node
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
da19ce1bef
commit
50775186fb
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ jobs:
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docs-makerfloss/html:/output
|
- /srv/docs-makerfloss/html:/output
|
||||||
steps:
|
steps:
|
||||||
- name: Install git for actions/checkout
|
- name: Install git, rsync, nodejs for actions/checkout
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y --no-install-recommends git rsync
|
apt-get install -y --no-install-recommends git rsync nodejs
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue