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

This commit is contained in:
milovann 2024-12-03 22:05:00 +01:00
parent d7ff607fbd
commit 16a40a7681

View file

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