From 2e2022796d7e15bcbb7f76e927b6118e191617c9 Mon Sep 17 00:00:00 2001 From: JavierOramas Date: Thu, 13 Jul 2023 04:35:10 -0400 Subject: [PATCH] - --- .github/workflows/main.yml | 42 -------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 2d62da8..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Publish docs via GitHub Pages - -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 - - # Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme - - env: - - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - - CONFIG_FILE: mkdocs.yml - - EXTRA_PACKAGES: build-base - - -