workflow
This commit is contained in:
parent
d7ff607fbd
commit
16a40a7681
1 changed files with 5 additions and 1 deletions
|
@ -20,7 +20,11 @@ jobs:
|
||||||
echo "Cd"
|
echo "Cd"
|
||||||
cd web
|
cd web
|
||||||
echo "Config"
|
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
|
cd scripts
|
||||||
for file in ${ALL_CHANGED_FILES}; do
|
for file in ${ALL_CHANGED_FILES}; do
|
||||||
./web.sh "$file"
|
./web.sh "$file"
|
||||||
|
|
Loading…
Reference in a new issue