change to presentation
Run script on commit / run-bash (push) Failing after 1m5s

This commit is contained in:
Romane
2026-05-05 14:31:16 +02:00
parent b4398cdd2b
commit 03f0bd665f
5 changed files with 43 additions and 13 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
apt update && apt install -y golang-go
go run main.go
apt update && apt install -y node
echo "Done running!"
cd presentation
npx @marp-team/marp-cli@latest presentation.md -o index.html