Skip to content

Commit 32f558b

Browse files
committed
fix: add .nojekyll and CNAME to prevent Jekyll processing on GitHub Pages
1 parent e822f70 commit 32f558b

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: |
4747
cd docs
4848
bun run docs:build
49+
touch .vitepress/dist/.nojekyll
50+
echo "duckui.com" > .vitepress/dist/CNAME
4951
5052
- name: Upload artifact
5153
uses: actions/upload-pages-artifact@v3

docs/.nojekyll

Whitespace-only changes.

docs/public/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)