diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 01a5ed1b4..2152e7362 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -84,7 +84,7 @@ jobs: - name: Deploy to gh-pages if: github.event_name == 'push' && contains(github.ref, 'refs/tags') - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages