diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 4ebc700..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,24 +0,0 @@ - -name: CI -on: - push: - branches: - - main - -jobs: - build: - name: Deploy docs - runs-on: ubuntu-latest - steps: - - name: Checkout main - uses: actions/checkout@v2 - - - name: Deploy docs - uses: mhausenblas/mkdocs-deploy-gh-pages@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # CUSTOM_DOMAIN: optionaldomain.com - CONFIG_FILE: mkdocs.yml - EXTRA_PACKAGES: build-base - # GITHUB_DOMAIN: github.myenterprise.com - REQUIREMENTS: requirements.txt