diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 38d1bf54..063f91a7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -49,7 +49,7 @@ jobs: run: cp CNAME .vitepress/dist - name: Deploy to GitHub Pages - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: # deploy to gh-pages branch target_branch: gh-pages