From 90d956461f2bdc63e20c939bf2ef5627a86eecda Mon Sep 17 00:00:00 2001 From: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:54:19 +0100 Subject: [PATCH] Delete gh-deploy.yml --- gh-deploy.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 gh-deploy.yml diff --git a/gh-deploy.yml b/gh-deploy.yml deleted file mode 100644 index b6dfdc1c3..000000000 --- a/gh-deploy.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: gh-deploy - -on: - push: - branches: - - dev - -jobs: - build: - name: MkDocs Github Pages automatic deployment - runs-on: ubuntu-latest - steps: - - name: Checkout main - uses: actions/checkout@v2 - - - name: Set up Python 3.9 - uses: actions/setup-python@v2 - with: - python-version: '3.9' - - - name: Install requirements - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt - - - name: MkDocs gh-deploy - run: | - git pull - mkdocs gh-deploy