From c6cf198a50ef3e7f9ab21d7c2de5fd316c658ae6 Mon Sep 17 00:00:00 2001 From: watasuke102 Date: Fri, 30 Aug 2024 18:45:07 +0900 Subject: [PATCH] fix: Actions>make command --- .github/workflows/pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 2d54cc5..b911781 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -24,7 +24,7 @@ jobs: run: | cd playground_front && npm install - name: Build - run: make playground_all + run: make playground - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: