From 2a641a897971c1ee0d5745f70f69eb072366a550 Mon Sep 17 00:00:00 2001 From: misi9170 Date: Thu, 21 Nov 2024 15:01:24 -0700 Subject: [PATCH 1/3] remove pin in sphinxcontrib-autoyaml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 295756d84..dea224866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docs = [ "jupyter-book", "sphinx-book-theme", "sphinx-autodoc-typehints", - "sphinxcontrib-autoyaml==1.1.1", + "sphinxcontrib-autoyaml", "sphinxcontrib.mermaid", ] develop = [ From e79fe49c06ff400bd115ad3a80acac2a9078fa09 Mon Sep 17 00:00:00 2001 From: misi9170 Date: Thu, 21 Nov 2024 15:02:28 -0700 Subject: [PATCH 2/3] Temporarily force deploy pages action. --- .github/workflows/deploy-pages.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy-pages.yaml b/.github/workflows/deploy-pages.yaml index 708ba1930..7fc24e949 100644 --- a/.github/workflows/deploy-pages.yaml +++ b/.github/workflows/deploy-pages.yaml @@ -2,10 +2,10 @@ name: deploy-pages on: push: - branches: - - develop - paths: - - docs/** + # branches: + # - develop + # paths: + # - docs/** # This job installs dependencies, builds the book, and pushes it to `gh-pages` jobs: @@ -50,8 +50,8 @@ jobs: jupyter-book build . # Push the book's HTML to github-pages - - name: GitHub Pages action - uses: peaceiris/actions-gh-pages@v3.6.1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/_build/html + # - name: GitHub Pages action + # uses: peaceiris/actions-gh-pages@v3.6.1 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./docs/_build/html From 8946c1669c09dfa81e3ba82d5f0e291557f2c833 Mon Sep 17 00:00:00 2001 From: misi9170 Date: Wed, 27 Nov 2024 09:49:30 -0700 Subject: [PATCH 3/3] Revert temporary changes to deploy-pages.yaml --- .github/workflows/deploy-pages.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy-pages.yaml b/.github/workflows/deploy-pages.yaml index 7fc24e949..708ba1930 100644 --- a/.github/workflows/deploy-pages.yaml +++ b/.github/workflows/deploy-pages.yaml @@ -2,10 +2,10 @@ name: deploy-pages on: push: - # branches: - # - develop - # paths: - # - docs/** + branches: + - develop + paths: + - docs/** # This job installs dependencies, builds the book, and pushes it to `gh-pages` jobs: @@ -50,8 +50,8 @@ jobs: jupyter-book build . # Push the book's HTML to github-pages - # - name: GitHub Pages action - # uses: peaceiris/actions-gh-pages@v3.6.1 - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # publish_dir: ./docs/_build/html + - name: GitHub Pages action + uses: peaceiris/actions-gh-pages@v3.6.1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./docs/_build/html