Files
testrepo/scripts/test.sh
T
Romane 272479c244
Run script on commit / run-bash (push) Successful in 2m11s
change pkg name node to nodejs
2026-05-05 14:33:17 +02:00

8 lines
134 B
Bash

#!/bin/bash
set -e
apt update && apt install -y nodejs
cd presentation
npx @marp-team/marp-cli@latest presentation.md -o index.html