workflow
This commit is contained in:
parent
970bd123df
commit
0b4ada6c51
1 changed files with 1 additions and 1 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Reference in a new issue