From 5d251b622cad277f262014b8f925476c32172373 Mon Sep 17 00:00:00 2001 From: Park June Chul Date: Wed, 20 Mar 2024 15:21:39 +0900 Subject: [PATCH] fix: --- .github/workflows/webpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index dda4370..e9f027d 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -31,4 +31,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GH_ACTIONS_TOKEN }} - publish_dir: ./dist \ No newline at end of file + publish_dir: ./build \ No newline at end of file