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 22e6897 commit 14e4b2cCopy full SHA for 14e4b2c
1 file changed
.github/workflows/deploy-pages.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Build
63
run: |
64
bunx likec4@latest build \
65
- --base "${{ steps.pages.outputs.base_path || '/' }}" \
+ --base "${{ steps.pages.outputs.base_path || '/docs' }}" \
66
--output dist
67
68
- name: Upload artifact
0 commit comments