Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 5a01dad

Browse files
Try to fix doc build
1 parent a370499 commit 5a01dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
- name: Build index
6161
run: node indexer.js output/ output/assets/search-index.js
6262
- name: Make No Jekyll file
63-
run: touch .nojekyll
63+
run: touch output/.nojekyll && touch .nojekyll
6464
- name: Make CNAME file
65-
run: echo "docs.datacoves.com" > CNAME
65+
run: echo "docs.datacoves.com" > CNAME && echo "docs.datacoves.com" > output/CNAME
6666
- name: Setup Pages
6767
uses: actions/configure-pages@v5
6868
- name: Upload Artifact

0 commit comments

Comments
 (0)