From 23622a021eb1788ee8634d1e6a9f07062ba8e983 Mon Sep 17 00:00:00 2001 From: sunghee-hwang <97494915+sunghee-hwang@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:30:44 +0900 Subject: [PATCH] Update auto-publish.yml --- .github/workflows/auto-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 9a5aa7bf..174aad1d 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -7,8 +7,8 @@ jobs: name: Deploy to GitHub pages runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 - - uses: w3c/spec-prod@v2 + - uses: actions/checkout@v4 + - uses: actions/deploy-pages@v1 with: GH_PAGES_BRANCH: main TOOLCHAIN: bikeshed