this repo has no description
0
fork

Configure Feed

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

fix(homelab-docs): always reset to origin

In case of force push

+2 -1
+2 -1
apps/homelab-docs.yaml
··· 42 42 make diagrams 43 43 mdbook build . --dest-dir /usr/share/nginx/html 44 44 sleep 120 45 - git pull 45 + git fetch origin 46 + git reset --hard origin/master 46 47 done 47 48 volumeMounts: 48 49 - mountPath: /usr/local/src