Skip to content

Commit

Permalink
feat: gh-pages설치
Browse files Browse the repository at this point in the history
  • Loading branch information
hojeong26 committed Aug 7, 2024
1 parent 49820ef commit 9a1274a
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 34 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Build
run: npm run build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build

test:
runs-on: ubuntu-latest

Expand Down
Loading

0 comments on commit 9a1274a

Please sign in to comment.