diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 933d6b2c..98d6f59e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -165,7 +165,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