#!/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