diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c50ac5e..5f8991a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,8 +2,8 @@ name: documentation on: push: - branches: - - master + # branches: + # - master jobs: build: runs-on: ubuntu-latest @@ -12,9 +12,9 @@ jobs: - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" - - name: Deploy to GitHub Pages - if: success() - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/_build/html \ No newline at end of file + # - name: Deploy to GitHub Pages + # if: success() + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./docs/_build/html \ No newline at end of file