Files
testrepo/scripts/test.sh
T
Romane 03f0bd665f
Run script on commit / run-bash (push) Failing after 1m5s
change to presentation
2026-05-05 14:31:16 +02:00

8 lines
132 B
Bash

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