Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 authored Sep 10, 2024
1 parent 115300b commit 4bedf77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# done
pnpm build
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
run: |
pnpm run deploy
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build

0 comments on commit 4bedf77

Please sign in to comment.