add cname file to docs to fix domain issues (#2260)
mdbook has an option called `cname`: https://rust-lang.github.io/mdBook/format/config.html#html-renderer-options But it appears to be only included starting from `0.4.3`: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-043 Which means this will be more robust, if uglier. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
173a2fe018
commit
095b191aee
1
Makefile
1
Makefile
|
@ -373,6 +373,7 @@ publish-book: | book auditors-book
|
|||
git worktree add tmp-book gh-pages && \
|
||||
rm -rf tmp-book/* && \
|
||||
mkdir -p tmp-book/auditors-book && \
|
||||
cp -a docs/the_nimbus_book/CNAME tmp-book/ && \
|
||||
cp -a docs/the_nimbus_book/book/* tmp-book/ && \
|
||||
cp -a docs/the_auditors_handbook/book/* tmp-book/auditors-book/ && \
|
||||
cd tmp-book && \
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
nimbus.guide
|
Loading…
Reference in New Issue