From d0f87c098055aaf857cf3be0e073f338ce42cf04 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Fri, 18 Mar 2022 18:13:51 +0000 Subject: [PATCH] remove docs workflow --- .github/workflows/deploy-docs.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/deploy-docs.yml diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml deleted file mode 100644 index eebbe292..00000000 --- a/.github/workflows/deploy-docs.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Deploy Docs -on: - push: - branches: - - master - -defaults: - run: - working-directory: docs - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - with: - python-version: 3.x - - run: pip install --upgrade pip - - run: pip install --upgrade setuptools wheel - - run: pip install mkdocs mkdocs-material pymdown-extensions - - run: mkdocs gh-deploy --force