From 5c6e81907fe0e1ddbd1c636151c7d0c245d61d46 Mon Sep 17 00:00:00 2001 From: douglas1850 Date: Thu, 27 Jul 2023 14:17:43 -0400 Subject: [PATCH 1/2] Update documentation.yaml Swapping commit hash to specific version of 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 7e840d1..28fad61 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@f09b4d7e2f12f433806a6273c6b0025df1f7859d + uses: peaceiris/actions-gh-pages@3.9.3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages From 12d1f0e09d251f89ebb681ad485c06ef523b5696 Mon Sep 17 00:00:00 2001 From: douglas1850 Date: Thu, 27 Jul 2023 14:21:02 -0400 Subject: [PATCH 2/2] 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