mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
fix(workflow): create separate directories for user and developer documentation during merge
This commit is contained in:
parent
d73eda4b2f
commit
6898c126e3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docusaurus.yml
vendored
4
.github/workflows/docusaurus.yml
vendored
|
|
@ -95,10 +95,10 @@ jobs:
|
|||
# MERGE BUILDS
|
||||
- name: Merge both documentation sites
|
||||
run: |
|
||||
mkdir -p deploy-root
|
||||
mkdir -p deploy-root/user
|
||||
mkdir -p deploy-root/developer
|
||||
cp docs/index.html deploy-root/
|
||||
cp -r docs/user/build/* deploy-root/user/
|
||||
mkdir -p deploy-root/developer
|
||||
cp -r docs/developer/build/* deploy-root/developer/
|
||||
|
||||
# COMMIT VERSION SNAPSHOTS
|
||||
|
|
|
|||
Loading…
Reference in a new issue