workflow
Some checks failed
/ test (push) Successful in 6s
/ publish (push) Failing after 30s

This commit is contained in:
milovann 2024-12-03 22:07:16 +01:00
parent 970bd123df
commit 0b4ada6c51

View file

@ -22,10 +22,10 @@ jobs:
echo "Config"
git config user.email "ci@git.forgeons.org"
git config user.name "forgeons-web"
cd scripts
echo "Pandoc"
./install.sh
echo "Script"
cd scripts
for file in ${ALL_CHANGED_FILES}; do
./web.sh "$file"
cd ..