diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 868d657a..9cb33dcd 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -164,7 +164,7 @@ jobs: - name: "Deploy" if: contains(github.ref, 'refs/heads/main') - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages