Page MenuHomeDevCentral

build-docs-salt-wrapper.sh
No OneTemporary

build-docs-salt-wrapper.sh

#!/bin/sh
# The salt-wrapper documentation is stored in the main repository
git clone https://devcentral.nasqueron.org/source/salt-wrapper.git
# Build documentation
cd salt-wrapper/docs || exit 1
make html
# Deploy
mv _build/html/* "$1"
# Clean
cd ../.. || exit 2
rm -rf salt-wrapper

File Metadata

Mime Type
text/x-shellscript
Expires
Wed, Oct 22, 13:44 (15 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3092274
Default Alt Text
build-docs-salt-wrapper.sh (288 B)

Event Timeline