Skip to content

Commit 041bf7f

Browse files
committed
Fix docs build
1 parent 04134fd commit 041bf7f

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Upload artifact
2222
uses: actions/upload-pages-artifact@v3
2323
with:
24-
path: ./.output/public
24+
path: ./docs/.output/public
2525

2626
deploy:
2727
needs: build

docs/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@
1313
"docus": "latest",
1414
"nuxt": "4.0.3",
1515
"tailwindcss": "4.1.12"
16+
},
17+
"devDependencies": {
18+
"@nuxtjs/mdc": "0.17.2",
19+
"unist-util-visit": "5.0.0"
1620
}
1721
}

pnpm-lock.yaml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)