diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c48ec331..b77c482a 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.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 if: github.ref == 'refs/heads/master' with: branch: gh-pages