1

Fix incorrect site file structure

This commit is contained in:
Evan Pratten 2023-08-03 23:56:15 -04:00
parent 3522ccedda
commit a9ca9f2b89

View File

@ -39,7 +39,7 @@ jobs:
BUILD_ONLY: true BUILD_ONLY: true
- name: Combine Book and Website - name: Combine Book and Website
run: mkdir -p /tmp/combined && cp -rv docs/website/* /tmp/combined && cp -rv target/book/ /tmp/combined/book run: mkdir -p /tmp/combined && cp -rv docs/website/public/* /tmp/combined && cp -rv target/book/ /tmp/combined/book
- name: Write CNAME file - name: Write CNAME file
run: echo "protomask.ewpratten.com" > /tmp/combined/CNAME run: echo "protomask.ewpratten.com" > /tmp/combined/CNAME