Skip to content

Commit 18c69e7

Browse files
committed
Only have 3 document types so far :)
1 parent e6937c7 commit 18c69e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-demo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
mkdir -p docs/examples && \
7070
cp -rp examples/book/_book docs/examples/book && \
7171
cp -rp examples/website/_site docs/examples/website && \
72-
cp -rp examples/html-document/ docs/examples/html-document && \
72+
cp -rp examples/html-document/ docs/examples/html-document
7373
7474
# Publish the docs directory onto gh-pages
7575
- name: "Render and Publish"

0 commit comments

Comments
 (0)