Added basic doc publishing

This commit is contained in:
2024-02-11 22:08:48 -06:00
parent 055eb45f61
commit 2f7e7c0039
3 changed files with 34 additions and 0 deletions
+5
View File
@@ -16,6 +16,11 @@
chdir: ~/Containers/docs
cmd: ./build.sh
- name: republish_docs
ansible.builtin.shell:
chdir: ~/srv/docs
cmd: podman exec -it systemd-docs-node mkdocs build
- name: reload_systemctl
ansible.builtin.systemd_service:
daemon_reload: true