Skip to content

Commit

Permalink
fix: change build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
anjm1020 authored Aug 10, 2024
1 parent fbd73d5 commit 2cfe861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Deploy to GitHub Pages
run: |
npm install -g gh-pages
gh-pages -d build
gh-pages -d dist

0 comments on commit 2cfe861

Please sign in to comment.