diff --git a/docs/src/overview.md b/docs/src/overview.md index 185e615..0de76c3 100644 --- a/docs/src/overview.md +++ b/docs/src/overview.md @@ -49,7 +49,7 @@ jobs: - run: pip install yardang - run: yardang build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}