2016-12-28 02:08:34 -08:00
|
|
|
#!/usr/bin/env bash
|
2026-01-13 23:53:44 -08:00
|
|
|
# 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
|