diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 689bed1..26c4981 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: # 4. Deploy to the dynamically resolved folder on gh-pages - name: Deploy HTML 🚀 - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to.