This commit is contained in:
parent
738cde0f4a
commit
fa03cf79cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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/{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue