Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit b011759

Browse files
committed
ci: set base URL
1 parent a9bd7fd commit b011759

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
with:
3434
persist-credentials: false
3535

36+
- name: Set base URL
37+
run: |
38+
jq -i '.baseUrl="contrast/pr-preview/pr-${{ github.event.number }}"' ./docs/docusaurus.config.js
39+
3640
- name: Build
3741
working-directory: ./docs
3842
run: |

0 commit comments

Comments
 (0)