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 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"