Skip to content

Commit bdf3995

Browse files
committed
try to fix doc publication
1 parent 818b0f4 commit bdf3995

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- name: Build DocC
3232
run: |
3333
make generate-docs
34+
touch docs/.nojekyll
35+
echo "<script>window.location.href += \"/documentation/bedrockservice\"</script>" > docs/index.html;
3436
- name: Upload artifact
3537
uses: actions/upload-pages-artifact@v4
3638
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Package.resolved
1414
.env
1515
**/temp
1616
node_modules
17+
docs/
1718

1819
# **/backend
1920
**/backend/.DS_Store

0 commit comments

Comments
 (0)