Files
dotfiles/gen-gh-pages/deploy.sh

12 lines
439 B
Bash
Raw Normal View History

2016-12-28 02:08:34 -08:00
#!/usr/bin/env bash
# DEPRECATED: This script was used for Travis CI deployments.
# Deployment is now handled by GitHub Actions (.github/workflows/gh-pages.yml)
#
# This script is kept for reference only.
# See: https://github.com/IvanMalison/dotfiles/blob/master/.github/workflows/gh-pages.yml
echo "ERROR: This script is deprecated."
echo "Deployment is now handled by GitHub Actions."
echo "See: .github/workflows/gh-pages.yml"
exit 1