Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
This change is needed to fix the base url in #249 for creating previews
  • Loading branch information
Lotes authored Aug 22, 2024
1 parent 96bfa0e commit b538a1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
run: |
npm install
npm run build
env:
BASE_URL: /pr-${{ github.event.number }}
NODE_ENV: production
- name: Upload artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
Expand Down

0 comments on commit b538a1d

Please sign in to comment.