Skip to content

Commit

Permalink
fix: set baseURL in next-branch deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Nov 9, 2023
1 parent 018e342 commit 498c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm ci

- name: 📦 Build website
run: npm run build -- -v --environment=next
run: npm run build -- -b / -v --environment=next

- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 498c0ef

Please sign in to comment.