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