Skip to content

Commit af1944d

Browse files
chore(ci/cd): changed path in gitlb-ci.yml and added outDir in vitepress config
1 parent 68858d6 commit af1944d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pages:
1414
- npm run docs:build
1515
artifacts:
1616
paths:
17-
- ./documentation/docs/.vitepress/dist
17+
- /documentation/public
1818
only:
1919
- main
2020
- doc-web-site

documentation/docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig({
1212
{ rel: 'icon', href: '/favicon.png' }
1313
]
1414
],
15+
outDir: '../public',
1516
base: '/react-native/react-native-material-components/',
1617
themeConfig: {
1718
search: {

0 commit comments

Comments
 (0)