Fix incorrect site file structure
This commit is contained in:
parent
3522ccedda
commit
a9ca9f2b89
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user