mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 22:18:38 +01:00
fix2
This commit is contained in:
8
.github/workflows/docs-release.yml
vendored
8
.github/workflows/docs-release.yml
vendored
@@ -33,10 +33,16 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
if [ -d site-standalone ]; then
|
if [ -d site-standalone ]; then
|
||||||
cp -a site-standalone/. _site/standalone/
|
cp -a site-standalone/. _site/standalone/
|
||||||
|
elif [ -d docs-standalone/site ]; then
|
||||||
|
cp -a docs-standalone/site/. _site/standalone/
|
||||||
elif [ -d site ]; then
|
elif [ -d site ]; then
|
||||||
cp -a site/. _site/standalone/
|
cp -a site/. _site/standalone/
|
||||||
|
elif [ -d docs-standalone/build ]; then
|
||||||
|
cp -a docs-standalone/build/. _site/standalone/
|
||||||
|
elif [ -d build ]; then
|
||||||
|
cp -a build/. _site/standalone/
|
||||||
else
|
else
|
||||||
echo "Standalone docs output not found (expected 'site-standalone' or 'site')."
|
echo "Standalone docs output not found (tried site-standalone, docs-standalone/site, site, docs-standalone/build, build)."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- uses: actions/upload-pages-artifact@v4
|
- uses: actions/upload-pages-artifact@v4
|
||||||
|
|||||||
@@ -9,8 +9,7 @@ edit_uri: ""
|
|||||||
|
|
||||||
copyright: "Copyright © 2026 Johannes Braun"
|
copyright: "Copyright © 2026 Johannes Braun"
|
||||||
|
|
||||||
docs_dir: .
|
docs_dir: docs
|
||||||
site_dir: ../site-standalone
|
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
|||||||
Reference in New Issue
Block a user