We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2a267 commit 3d1c296Copy full SHA for 3d1c296
.github/workflows/deploy-github-pages.yaml
@@ -34,6 +34,7 @@ jobs:
34
run: make ci-build
35
env:
36
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
+ VITE_PUBLIC_BASE_PATH: ${{ github.repository != 'gardener/documentation' && '/documentation/' || '' }}
38
- name: Upload artifact
39
uses: actions/upload-pages-artifact@v3
40
with:
0 commit comments