Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoon-mh committed Jun 23, 2024
1 parent 20ee487 commit c84b28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22' # 원하는 Node.js 버전 설정
node-version: '22'

- name: Change directory to /web
run: cd web
Expand All @@ -36,5 +36,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./web/docs # 빌드된 파일이 있는 디렉토리 설정
publish_dir: ./web/dist

0 comments on commit c84b28e

Please sign in to comment.