From 1ae7767576bdaef2b156224a5dc158d42bd94659 Mon Sep 17 00:00:00 2001 From: Greg Leonard <45019882+greg-el@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:04:02 +0100 Subject: [PATCH] test --- .github/workflows/documentation.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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