Skip to content

Commit 6b67906

Browse files
author
Lévai Norbert
committed
Fix config
1 parent a2e6599 commit 6b67906

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
with:
1818
node-version: 20
1919

20-
- name: Install dependencies
21-
run: npm install
22-
2320
- name: Clean everything and install dependencies
2421
run: npm ci
2522

docs/.vuepress/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export default defineUserConfig({
88
title: 'Bitcredit Documentation',
99
description: 'Comprehensive documentation for Bitcredit',
1010

11+
base: '/docs-bitcr/',
12+
1113
theme: defaultTheme({
1214
logo: '',
1315

0 commit comments

Comments
 (0)