deploy documentation
Some checks failed
/ test (push) Failing after 11s

This commit is contained in:
Michaël Ricart 2025-02-16 14:27:05 +01:00
parent 8d44027514
commit 0a949509fb

View file

@ -38,3 +38,8 @@ jobs:
- name: Builing documentation
run: 'make html'
- name: deploy documentation
run: 'cp build/* /data/documentation/'
- name: chown documentation
run: 'chown www-data:www-data -R /data/documentation/'