Skip to content

Commit

Permalink
add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Mar 14, 2024
1 parent 38ba9b9 commit 0516dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Build
run: hugo -D -F -b "https://scil.usherbrooke.ca" -d scil.usherbrooke.ca
- name: Deploy
run: rsync --delete -r "$WORKSPACE/scil.usherbrooke.ca/" [email protected]:/var/www/bk_scil.usherbrooke.ca/
run: rsync -v --delete -r "$WORKSPACE/scil.usherbrooke.ca/" [email protected]:/var/www/bk_scil.usherbrooke.ca/

0 comments on commit 0516dbd

Please sign in to comment.