this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf(homelab-docs): faster content update

Avoid 404 issue

+2 -1
+2 -1
apps/homelab-docs/deployment.yaml
··· 34 34 git clone https://github.com/khuedoan/homelab . 35 35 36 36 while true; do 37 - mkdocs build --site-dir /usr/share/nginx/html 37 + mkdocs build 38 + cp -RT ./site /usr/share/nginx/html 38 39 sleep 120 39 40 git fetch origin 40 41 git reset --hard origin/master