Added basic doc publishing
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
path: ~/srv/docs/docs
|
||||
state: directory
|
||||
|
||||
- name: Copy documentation
|
||||
ansible.builtin.copy:
|
||||
src: {{ item }}
|
||||
dest: ~/srv/docs/docs
|
||||
with_fileglob:
|
||||
- "docs/docs/*"
|
||||
notify: republish_docs
|
||||
|
||||
- name: Make dir for docs Containers
|
||||
ansible.builtin.file:
|
||||
path: ~/Containers/docs
|
||||
|
||||
Reference in New Issue
Block a user