WIP: test de la CI
This commit is contained in:
parent
2845cb81e8
commit
7b6aee6a48
|
@ -15,6 +15,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
rsync -avzlh --delete --filter='P sidebar/*' * /home/webmaster/site-chalec.org/articles/
|
rsync -avzlh --delete --filter='P sidebar/*' * /home/webmaster/site-chalec.org/articles/
|
||||||
|
cd www
|
||||||
echo $(git diff-tree --no-commit-id --name-only -r master | grep stl || find . -name "*.stl" -printf "%P\n") > /home/webmaster/site-chalec.org/.modified
|
echo $(git diff-tree --no-commit-id --name-only -r master | grep stl || find . -name "*.stl" -printf "%P\n") > /home/webmaster/site-chalec.org/.modified
|
||||||
- run: echo "Job ended with status '${{ job.status }}'."
|
- run: echo "Job ended with status '${{ job.status }}'."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue