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 818b0f4 commit bdf3995Copy full SHA for bdf3995
.github/workflows/doc.yml
@@ -31,6 +31,8 @@ jobs:
31
- name: Build DocC
32
run: |
33
make generate-docs
34
+ touch docs/.nojekyll
35
+ echo "<script>window.location.href += \"/documentation/bedrockservice\"</script>" > docs/index.html;
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v4
38
with:
.gitignore
@@ -14,6 +14,7 @@ Package.resolved
14
.env
15
**/temp
16
node_modules
17
+docs/
18
19
# **/backend
20
**/backend/.DS_Store
0 commit comments