add sudo
All checks were successful
/ test (push) Successful in 11s

This commit is contained in:
Michaël Ricart 2025-02-16 14:29:20 +01:00
parent 368a322bd7
commit bd2147d292

View file

@ -39,7 +39,7 @@ jobs:
run: 'make html'
- name: deploy documentation
run: 'cp -r build/html/* /data/documentation/'
run: 'sudo cp -r build/html/* /data/documentation/'
- name: chown documentation
run: 'chown www-data:www-data -R /data/documentation/'
run: 'sudo chown www-data:www-data -R /data/documentation/'