Skip to content

Commit

Permalink
Update test-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikDal002 authored Apr 19, 2024
1 parent 7424d3d commit 2560818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build
run: npm run build -- --base=https://momijizukamori.github.io/bookbinder-js/pr-preview/pr-${{ github.event.pull_request.number }}
run: npm run build -- --base=https://mikdal002.github.io/bookbinder-js/pr-preview/pr-${{ github.event.pull_request.number }}
if: github.event.action != 'closed'
- uses: rossjrw/pr-preview-action@v1
with:
Expand Down

0 comments on commit 2560818

Please sign in to comment.