Skip to content

Commit 9308eeb

Browse files
committed
Fix build workflow.
1 parent 1179d13 commit 9308eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Copy CNAME from root into build
4141
run: |
4242
if [ -f CNAME ]; then
43-
cp CNAME _build/html/CNAME
43+
cp CNAME public/CNAME
4444
fi
4545
- name: Upload artifact to pages
4646
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)