From 355f92b9aaff81a50d2267329f0779b90ed042ec Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 9 May 2023 09:09:10 -0700 Subject: [PATCH] chore: bump configure-pages to v2, fix deprecated --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 305a6de..c880440 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -53,7 +53,7 @@ jobs: ref: exampleSite - name: Setup Pages id: pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v2 - name: Get Theme run: git submodule update --init --recursive - name: Update theme to Latest commit