From 12d1f0e09d251f89ebb681ad485c06ef523b5696 Mon Sep 17 00:00:00 2001 From: douglas1850 Date: Thu, 27 Jul 2023 14:21:02 -0400 Subject: [PATCH] Update documentation.yaml Forgot 'v' in version for peaceiris/actions-gh-pages@ --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 28fad61..26193d6 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -17,7 +17,7 @@ jobs: run: | sphinx-build doc _build - name: Deploy - uses: peaceiris/actions-gh-pages@3.9.3 + uses: peaceiris/actions-gh-pages@v3.9.3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages