From d3cd9c8991bfd0c75774031692080fa65f71cd87 Mon Sep 17 00:00:00 2001 From: Marion Deveaud Date: Thu, 23 Mar 2023 09:55:28 +0100 Subject: [PATCH 1/2] chore(action): update deploy-to-github-pages --- .github/workflows/doc-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc-deploy.yml b/.github/workflows/doc-deploy.yml index cf8e8c4..7616be5 100644 --- a/.github/workflows/doc-deploy.yml +++ b/.github/workflows/doc-deploy.yml @@ -27,8 +27,8 @@ jobs: - name: Build the documents run: poetry run sphinx-build -b html docs-source docs - - name: Publish the pages - uses: JamesIves/github-pages-deploy-action@4.1.0 + - name: Deploy to GitHub Pages + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages folder: docs From 0a6f8ff5e3ce9b2ec54b992137e5bc8e6ca290a5 Mon Sep 17 00:00:00 2001 From: Marion Deveaud Date: Thu, 23 Mar 2023 09:55:53 +0100 Subject: [PATCH 2/2] feat(2.1.0): prepare for new release --- README.rst | 1 + docs-source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8268312..6bee17c 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,7 @@ See `the OpenAPI specification "] license = "MIT License"