diff --git a/.github/mkdocs.yml b/.github/mkdocs.yml deleted file mode 100644 index 7125725..0000000 --- a/.github/mkdocs.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Publish docs via GitHub Pages -on: - push: - branches: - - master - -jobs: - build: - name: Deploy docs - runs-on: ubuntu-latest - steps: - - name: Checkout main - uses: actions/checkout@v1 - - - name: Deploy docs - uses: mhausenblas/mkdocs-deploy-gh-pages@master - # Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # CUSTOM_DOMAIN: optionaldomain.com - CONFIG_FILE: mkdocs.yml - EXTRA_PACKAGES: build-base \ No newline at end of file diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index dd3580e..77e2c14 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages on: push: branches: - - main + - master jobs: build: @@ -19,4 +19,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CUSTOM_DOMAIN: optionaldomain.com CONFIG_FILE: mkdocs.yml - EXTRA_PACKAGES: build-base \ No newline at end of file + EXTRA_PACKAGES: build-base