Skip to content

Commit c7984cf

Browse files
committed
fix: finally... fix the rustdocs copying for GH pages
1 parent 43a8f5f commit c7984cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: specs/index.html specs/faq.html
1414
## and now build the rust docs...
1515
make gen/target/doc/ileap_extension/index.html
1616
mkdir -p ${RELEASE_DIR}/rustdocs
17-
cp -r gen/target/doc/ileap_extension/ ${RELEASE_DIR}/rustdocs/
17+
cp -r gen/target/doc/ ${RELEASE_DIR}/rustdocs/
1818

1919
specs/index.html: specs/index.bs ${DIAGRAMS}
2020
bikeshed spec $< $@

0 commit comments

Comments
 (0)