This commit is contained in:
parent
8d44027514
commit
0a949509fb
1 changed files with 5 additions and 0 deletions
|
@ -38,3 +38,8 @@ jobs:
|
||||||
- name: Builing documentation
|
- name: Builing documentation
|
||||||
run: 'make html'
|
run: 'make html'
|
||||||
|
|
||||||
|
- name: deploy documentation
|
||||||
|
run: 'cp build/* /data/documentation/'
|
||||||
|
|
||||||
|
- name: chown documentation
|
||||||
|
run: 'chown www-data:www-data -R /data/documentation/'
|
||||||
|
|
Loading…
Add table
Reference in a new issue