up
All checks were successful
/ test (push) Successful in 7s
/ publish (push) Successful in 1m17s

This commit is contained in:
milovann 2024-12-04 18:07:47 +01:00
parent 9a6e1bcb13
commit 4a96b235b6
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Forgeons !
Un groupe de travail.
Un groupe de travail consacré à la forge libre et //open source// [Forgejo](https://forgejo.org).
[Accéder à la forge de ce site](https://git.forgeons.org)
[Accéder à la forge du site](https://git.forgeons.org)

View file

@ -9,5 +9,5 @@ filename="${filename%.*}"
if [[ -f ../pages/$filename.md ]]
then
echo "making $filename.html"
pandoc ../pages/$filename.md -t html > ../dist/$filename.html
pandoc -s ../pages/$filename.md -t html > ../dist/$filename.html
fi