WIP: test de la CI
This commit is contained in:
parent
7b6aee6a48
commit
fda9803961
|
@ -14,8 +14,8 @@ jobs:
|
|||
- name: Synchronize files
|
||||
shell: bash
|
||||
run: |
|
||||
rsync -avzlh --delete --filter='P sidebar/*' * /home/webmaster/site-chalec.org/articles/
|
||||
cd www
|
||||
rsync -avzlh --delete --filter='P sidebar/*' * /home/webmaster/site-chalec.org/articles/
|
||||
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 }}'."
|
||||
|
||||
|
|
Loading…
Reference in New Issue