fix(ci): curl flags
All checks were successful
/ build (push) Successful in 3m43s

This commit is contained in:
Hadrien 2026-03-24 19:21:47 +01:00
parent 738cde0f4a
commit fa03cf79cc

View file

@ -8,7 +8,7 @@ echo "Mise a jour du guide dans guide.html a partir du edgedoc"
echo "$GUIDE_EDGEDOC_URL" echo "$GUIDE_EDGEDOC_URL"
set -e 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 pandoc --from markdown --to html guide.tmp.md > guide.tmp.html
cat guide.template.html \ cat guide.template.html \
| sed '/EDGEDOC/{ | sed '/EDGEDOC/{