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
3287df35c5
commit
d51d68abca
4 changed files with 5 additions and 8 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
|
||||||
|
|
|
||||||
|
|
@ -183,6 +183,6 @@ Peer-to-peer messaging — _no server at all_.
|
||||||
|
|
||||||
- Works over Tor, local WiFi, or Bluetooth (offline!)
|
- Works over Tor, local WiFi, or Bluetooth (offline!)
|
||||||
- Censorship-resistant by design
|
- Censorship-resistant by design
|
||||||
- Con: Android-first; no desktop client; both parties must be online to first connect
|
g Con: Android-first; no desktop client; both parties must be online to first connect
|
||||||
|
|
||||||
**For:** activists, disaster scenarios, high-censorship environments
|
**For:** activists, disaster scenarios, high-censorship environments
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,4 @@
|
||||||
- Bo's invetory system and DNS for his QR-codes
|
- Bo's invetory system and DNS for his QR-codes
|
||||||
- Task management system for BuildDays
|
- Task management system for BuildDays
|
||||||
- Display systemet Konrad
|
- Display systemet Konrad
|
||||||
|
- touch display med kalender etc.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1 @@
|
||||||
# Indkøbsliste
|
# Ønske/skaffe-liste
|
||||||
|
|
||||||
- Rack-studs
|
|
||||||
- 3 =< 3B+
|
|
||||||
- Kølepasta
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue