From 7b94dc4bf2241dd5cdffc93f4a9fd7210d36820e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Mon, 24 Oct 2022 15:36:13 -0300 Subject: [PATCH] Revert "ci: bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#45)" (#46) This reverts commit 22f8af1bef48509b1d27d96d2cde36a38a8332a4. --- .github/workflows/firmware.docs.yaml | 2 +- .github/workflows/hardware.docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firmware.docs.yaml b/.github/workflows/firmware.docs.yaml index fff0392..f114436 100644 --- a/.github/workflows/firmware.docs.yaml +++ b/.github/workflows/firmware.docs.yaml @@ -63,7 +63,7 @@ jobs: # PUBLISH - name: Publish Firmware Docs - uses: peaceiris/actions-gh-pages@v3.9.0 + uses: peaceiris/actions-gh-pages@v3.8.0 if: ${{ always() }} with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/hardware.docs.yaml b/.github/workflows/hardware.docs.yaml index a8186c7..3384c1e 100644 --- a/.github/workflows/hardware.docs.yaml +++ b/.github/workflows/hardware.docs.yaml @@ -258,7 +258,7 @@ jobs: # PUBLISH - name: Publish Hardware Docs - uses: peaceiris/actions-gh-pages@v3.9.0 + uses: peaceiris/actions-gh-pages@v3.8.0 if: ${{ always() }} with: github_token: ${{ secrets.GITHUB_TOKEN }}