We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ed44c commit 6897296Copy full SHA for 6897296
.github/workflows/generate_website.yml
@@ -122,7 +122,7 @@ jobs:
122
working-directory: web
123
124
- name: Build website
125
- run: pnpm build --base /ADTests
+ run: pnpm build --base ${{ github.event_name == 'pull_request' && '/ADTests/pr' || '/ADTests' }}
126
127
128
- name: Upload results
.github/workflows/refresh_website.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments