Combine book and website
This commit is contained in:
parent
1632f8f111
commit
52d06a1b89
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -29,3 +29,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BUILD_DIR: ./docs/website
|
BUILD_DIR: ./docs/website
|
||||||
BUILD_ONLY: true
|
BUILD_ONLY: true
|
||||||
|
|
||||||
|
- name: Combine Book and Website
|
||||||
|
run: mkdir -p /tmp/combined && cp -rv docs/website/* /tmp/combined && cp -rv book/ /tmp/combined/book
|
||||||
|
Loading…
x
Reference in New Issue
Block a user