SDL: Delete gh-pages.yml

From 2689e844e0ab60e48052504f87efcbd6e766b227 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 1 Apr 2021 16:36:06 -0400
Subject: [PATCH] Delete gh-pages.yml
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This shouldn’t exist, let alone make commits to the repo. Kind of annoyed this is here and ran today.
---
 .github/workflows/gh-pages.yml | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 .github/workflows/gh-pages.yml

diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
deleted file mode 100644
index a543ad783..000000000
--- a/.github/workflows/gh-pages.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: GitHub Pages
-on:
-  push:
-    branches:
-      - main
-
-jobs:
-  build:
-    name: Deploy docs
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout master
-        uses: actions/checkout@v1
-
-      - name: Deploy docs
-        uses: mhausenblas/mkdocs-deploy-gh-pages@1.14
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}