fix deploy path
Some checks failed
/ test (push) Failing after 10s

This commit is contained in:
Michaël Ricart 2025-02-16 14:28:14 +01:00
parent 0a949509fb
commit 368a322bd7

View file

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