From 94525a53bb7de25bd53a85fb81c9f39dcc5a1ddf Mon Sep 17 00:00:00 2001 From: ekwaly <96921826+ekwaly@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:39:38 +0200 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0c9a2ac..b28d031 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,7 +28,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - container: sphinx-doc/sphinx + container: ghcr.io/sphinx-doc/sphinx steps: - name: Checkout uses: actions/checkout@v4