diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 70d3e23fd..650e25eaf 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -19,7 +19,7 @@ jobs: - name: Deploy to GitHub Pages if: github.ref == 'refs/heads/master' - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: docs