Skip to content

Commit 28b2f2c

Browse files
committed
fix(ci): use new docs build dir
1 parent 883254f commit 28b2f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Upload docs artifact
2727
uses: actions/upload-pages-artifact@v3
2828
with:
29-
path: docs/doc_build
29+
path: docs/build
3030

3131
deploy-docs:
3232
permissions:

docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Dist
77
node_modules
88
dist/
9-
doc_build/
9+
build/
1010

1111
# IDE
1212
.vscode/*

0 commit comments

Comments
 (0)