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" echo "Config"
git config user.email "ci@git.forgeons.org" git config user.email "ci@git.forgeons.org"
git config user.name "forgeons-web" git config user.name "forgeons-web"
cd scripts
echo "Pandoc" echo "Pandoc"
./install.sh ./install.sh
echo "Script" echo "Script"
cd scripts
for file in ${ALL_CHANGED_FILES}; do for file in ${ALL_CHANGED_FILES}; do
./web.sh "$file" ./web.sh "$file"
cd .. cd ..