Skip to content

Commit 7326caa

Browse files
committed
fix: Try to run docs properly
1 parent 7683c80 commit 7326caa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docs-next.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
run: |
7777
rm -rf ./gh-pages/schema
7878
cp -R ./site/schema ./gh-pages/
79-
rm -rf ./gh-pages/next/
80-
cp -R ./packages/documentation/dist ./gh-pages/next/
79+
rm -rf ./gh-pages/v5/
80+
cp -R ./packages/documentation/dist ./gh-pages/v5/
8181
cp ./scripts/resources/custom404.html ./gh-pages/404.html
8282
- name: Publish Docs
8383
run: |

packages/documentation/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const loadSyntax = async (file: string, name: string, alias: string = name): Pro
1818

1919
export default defineConfig({
2020

21-
base: "/ui5-cli/stable/", // use this for github pages deployment or remove for CF
21+
base: "/test-mono/v5/", // use this for github pages deployment or remove for CF
2222
srcDir: "docs",
2323
outDir: "dist",
2424
lang: "en-US",

0 commit comments

Comments
 (0)