From 952adb3c2688d71becb8b978c2b5dbc62eafa172 Mon Sep 17 00:00:00 2001 From: mob-sakai <12690315+mob-sakai@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:43:26 +0900 Subject: [PATCH] chore: update deploy workflow --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2255a81a..762c0505 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,10 +19,10 @@ jobs: run: | curl -L ${{ github.event.inputs.zip }} -o _site.zip unzip _site.zip -d _site - find _site -name __MACOSX -exec rm -rf {} \; + find _site -name __MACOSX | xargs rm -rf - name: 📦 Upload '_site' - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 - name: 🚀 Deploy To GitHub Pages - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4