From e965d6e600ac62227ef9546681768649b6c2cbc4 Mon Sep 17 00:00:00 2001 From: sunghee-hwang <97494915+sunghee-hwang@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:20:29 +0900 Subject: [PATCH] Update auto-publish.yml --- .github/workflows/auto-publish.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index e7017c2a..977381cc 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -26,16 +26,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - - - name: Run bikeshed - run: | - bikeshed spec - mkdir dist - cp *.html dist - cp -r v?.?.?_images dist - cp -r v?.?.?-errata_images dist - cp -r images dist - + - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: