diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index fc6207a..dadf76a 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -55,25 +55,25 @@ jobs: .\build\doc\*.chm .\build\doc\htmlDocs.zip - deploy: - needs: build - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Pages - uses: actions/configure-pages@v3 - with: - branch: gh-pages - folder: . - - name: Extract HTML Docs - run: | - 7z x -y documentation-artifacts/htmlDocs.zip -ohtmlDocs - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} +# deploy: +# needs: build +# environment: +# name: github-pages +# url: ${{ steps.deployment.outputs.page_url }} +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v3 +# - name: Setup Pages +# uses: actions/configure-pages@v3 +# with: +# branch: gh-pages +# folder: . +# - name: Extract HTML Docs +# run: | +# 7z x -y documentation-artifacts/htmlDocs.zip -ohtmlDocs +# - name: Deploy to GitHub Pages +# id: deployment +# uses: actions/deploy-pages@v2 +# with: +# token: ${{ secrets.GITHUB_TOKEN }}