Skip to content

Commit

Permalink
빌드 ci 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
choihooo committed Jan 21, 2025
1 parent 4f3ffab commit a3a3420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3a3420

Please sign in to comment.