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 }}