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