From 29c0d16659cba418c581d761fbf6ca3295a9a6d9 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:05:12 -0400 Subject: [PATCH] update actions-gh-pages reference in docs --- docs/src/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}