This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# | |
# Build, convert and deploy your DocC documentation to a webserver using SCP | |
# Suitable for local use | |
# | |
# Script by Johannes Kinzig | mail@johanneskinzig.com | |
# https://johanneskinzig.com/automating-docc-deployment-with-a-shell-script.html | |
# | |
# Usage: | |
# ./build-deploy-docc.sh |