11 lines
177 B
Bash
Executable File
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
|