diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index eab55d6..9a0f767 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Fix anchor tag in README run: ex -s -c '%s/docs\/getting-started\.md/docs\/getting-started/|x' README.md - name: Build with Jekyll