diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 98d6f59e..381eb26a 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.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages