From 021b6f030e3475b9c04443fe015bc2251e8e5e98 Mon Sep 17 00:00:00 2001 From: Andreas Eisenbarth Date: Thu, 1 Feb 2024 20:43:04 +0100 Subject: [PATCH] Update uibcdf/action-sphinx-docs-to-gh-pages and remove workaround --- .github/workflows/docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7a09055..3013d54 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,10 +31,7 @@ jobs: run: | python -m pip install -vv --no-build-isolation . - name: Running the Sphinx to gh-pages Action - # uses: uibcdf/action-sphinx-docs-to-gh-pages@v2.0.0 - # Workaround for bug about improper quoting of GitHub usernames with spaces: - # https://github.com/uibcdf/action-sphinx-docs-to-gh-pages/pull/8 - uses: aeisenbarth/action-sphinx-docs-to-gh-pages@patch-1 + uses: uibcdf/action-sphinx-docs-to-gh-pages@v2.1.0 with: branch: master dir_docs: docs