WIP: test de la CI
All checks were successful
/ synchro (push) Successful in 1s
/ tests (push) Successful in 10s
/ deploiement (push) Successful in 18s

This commit is contained in:
Adrien Bourmault 2023-10-20 11:28:38 +02:00
parent 7b6aee6a48
commit fda9803961
Signed by: neox
GPG key ID: 2974E1D5F25DFCC8

View file

@ -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 }}'."