Ajout d'un fichier d'action pour CI pour générer l'image docker du site web automatiquement #32

Merged
lucaskev merged 3 commits from feat/ci-build into main 2026-03-24 18:29:19 +00:00
Showing only changes of commit fa03cf79cc - Show all commits

View file

@ -8,7 +8,7 @@ echo "Mise a jour du guide dans guide.html a partir du edgedoc"
echo "$GUIDE_EDGEDOC_URL"
set -e
curl --silent --fail-with-body "$GUIDE_EDGEDOC_URL/download" > guide.tmp.md
curl --silent --fail "$GUIDE_EDGEDOC_URL/download" > guide.tmp.md
pandoc --from markdown --to html guide.tmp.md > guide.tmp.html
cat guide.template.html \
| sed '/EDGEDOC/{