1

Combine book and website

This commit is contained in:
Evan Pratten 2023-08-03 23:28:48 -04:00
parent 1632f8f111
commit 52d06a1b89

View File

@ -29,3 +29,6 @@ jobs:
env:
BUILD_DIR: ./docs/website
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