diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79b2cc5d..2682b2dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} - name: Publish to GitHub Pages (if triggered from master) - uses: JamesIves/github-pages-deploy-action@v4.6.7 + uses: JamesIves/github-pages-deploy-action@v4.6.8 if: github.ref == 'refs/heads/master' with: branch: gh-pages