Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flamecommit committed Feb 12, 2024
1 parent 8b30119 commit bcddb0d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
uses: actions/checkout@v2

- name: 의존성 설치
run: npm install
run: |
cd ./demo
npm install
- name: 빌드
run: npm run build:demo
run: |
cd ./demo
npm run build
- name: gh-pages 브랜치로 배포
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit bcddb0d

Please sign in to comment.