Skip to content

Commit

Permalink
ci: github ci 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonju0110 committed Feb 25, 2024
1 parent c2fc44d commit df6e9cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20.3.1
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install node packages
run: yarn
Expand All @@ -25,3 +26,9 @@ jobs:

- name: Build
run: yarn build

- name: deploy
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
npm run deploy-gh-prefix-paths

0 comments on commit df6e9cb

Please sign in to comment.