Skip to content

Commit

Permalink
Fix base path in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taesungh committed Nov 18, 2024
1 parent 4631265 commit 163535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build React project
# Specify base path to match subpath of GitHub Pages deployment
run: npm run build --base=/pheatures/
run: npm run build -- --base=/pheatures/

- name: Set Up Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 163535d

Please sign in to comment.