Delete gh-pages.yml

This shouldn’t exist, let alone make commits to the repo. Kind of annoyed this is here and ran today.
This commit is contained in:
Ryan C. Gordon 2021-04-01 16:36:06 -04:00 committed by GitHub
parent da66755450
commit 2689e844e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -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 }}