diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3626a2c5..6042138a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -145,7 +145,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