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 883254f commit 28b2f2cCopy full SHA for 28b2f2c
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Upload docs artifact
27
uses: actions/upload-pages-artifact@v3
28
with:
29
- path: docs/doc_build
+ path: docs/build
30
31
deploy-docs:
32
permissions:
docs/.gitignore
@@ -6,7 +6,7 @@
6
# Dist
7
node_modules
8
dist/
9
-doc_build/
+build/
10
11
# IDE
12
.vscode/*
0 commit comments