fix(docs-ci): install nodejs in python image — actions/checkout needs node
All checks were successful
Build docs site / build (push) Successful in 31s
Build slides / build (push) Successful in 52s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude 2026-05-17 21:17:59 +02:00
parent da19ce1bef
commit 50775186fb

View file

@ -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