From 60e361143ba3b4265f7d92695c40eeb7ad83e026 Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Fri, 15 Nov 2024 17:31:03 -0500 Subject: [PATCH] Updating readme and removing deploy script. --- README.md | 2 +- deploy.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100755 deploy.sh diff --git a/README.md b/README.md index d36751a..ec60aed 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ source ./venv/bin/activate mkdocs gh-deploy ``` -Or run the `deploy.sh` script which does the same commands. +Pushes to `main` will initiate a deployment via GitHub Actions. ## License diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index c09420d..0000000 --- a/deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -e - -source ./venv/bin/activate -mkdocs gh-deploy