From a3a3420a51adfa97937bce0817ec97bbdd4e43df Mon Sep 17 00:00:00 2001 From: choihooo Date: Wed, 22 Jan 2025 01:51:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20ci=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcb4bf7..5911638 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,10 +25,10 @@ jobs: run: npm run build - name: Preserve CNAME - run: echo "portfolio.howu.run" > dist/CNAME + run: echo "portfolio.howu.run" > build/CNAME - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist + publish_dir: ./build