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 a2e6599 commit 6b67906Copy full SHA for 6b67906
.github/workflows/deploy-docs.yml
@@ -17,9 +17,6 @@ jobs:
17
with:
18
node-version: 20
19
20
- - name: Install dependencies
21
- run: npm install
22
-
23
- name: Clean everything and install dependencies
24
run: npm ci
25
docs/.vuepress/config.js
@@ -8,6 +8,8 @@ export default defineUserConfig({
8
title: 'Bitcredit Documentation',
9
description: 'Comprehensive documentation for Bitcredit',
10
11
+ base: '/docs-bitcr/',
12
+
13
theme: defaultTheme({
14
logo: '',
15
0 commit comments