Files
containers/mkdocs/partial-git.sh
Marco Verleun a8780a9785
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Waiting to run
renovate / renovate (push) Has been cancelled
feat(doc): Add mkdocs site + tools
2024-12-14 07:32:26 +01:00

11 lines
177 B
Bash
Executable File

#!/bin/bash
git clone -n --depth=1 --filter=tree:0 https://git.verleun.org/devops/mkdocs.git
cd mkdocs
git sparse-checkout set --no-cone /site
git checkout
ln -s site/ docs