Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenLm committed Nov 6, 2023
1 parent f9a4d85 commit a0c29f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: build website
run: echo $BASE_URL && npm run build
env:
BASE_URL: /java-docs/preview-${{ github.event.number }}
BASE_URL: /java-docs/pr-preview/pr-${{ github.event.number }}

- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
Expand Down

0 comments on commit a0c29f5

Please sign in to comment.