parent
368a322bd7
commit
bd2147d292
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ jobs:
|
||||||
run: 'make html'
|
run: 'make html'
|
||||||
|
|
||||||
- name: deploy documentation
|
- name: deploy documentation
|
||||||
run: 'cp -r build/html/* /data/documentation/'
|
run: 'sudo cp -r build/html/* /data/documentation/'
|
||||||
|
|
||||||
- name: chown documentation
|
- name: chown documentation
|
||||||
run: 'chown www-data:www-data -R /data/documentation/'
|
run: 'sudo chown www-data:www-data -R /data/documentation/'
|
||||||
|
|
Loading…
Add table
Reference in a new issue