WIP: test de la CI
/ synchro (push) Successful in 1s Details
/ tests (push) Successful in 8s Details
/ deploiement (push) Successful in 20s Details

This commit is contained in:
Adrien Bourmault 2023-10-20 11:25:25 +02:00
parent 2845cb81e8
commit 7b6aee6a48
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 1 additions and 0 deletions

View File

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