diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12926e6e6..649aa0daa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - run: make build-prod - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.0 + uses: peaceiris/actions-gh-pages@v3.9.1 if: ${{ github.ref == 'refs/heads/main' }} with: #deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} @@ -138,7 +138,7 @@ jobs: cp ./report.html ./public/report.html - name: Deploy - uses: peaceiris/actions-gh-pages@v3.9.0 + uses: peaceiris/actions-gh-pages@v3.9.1 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_dir: ./public