From 835f6a73a7156292fff62fe4c5962b971cd9f3b0 Mon Sep 17 00:00:00 2001 From: Mike Schmidt Date: Mon, 12 Feb 2024 10:35:56 -0700 Subject: [PATCH] chore: Updated github actions to configure-pages@4 --- .github/workflows/deploy-gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gh-pages.yaml b/.github/workflows/deploy-gh-pages.yaml index 642b0002..08d533e3 100644 --- a/.github/workflows/deploy-gh-pages.yaml +++ b/.github/workflows/deploy-gh-pages.yaml @@ -41,7 +41,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Build with mdBook run: mdbook build book -d ../html # Note that the destination path is relative to the book source, .i.e. `./book/../html`