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"
|
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 ..
|
||||||
|
|
Loading…
Reference in a new issue