chore: add extra/index.html: docs landing redirect to asusctl docs

This commit is contained in:
Denis Benato
2026-01-14 14:23:53 +01:00
parent 64c2e55db4
commit 5ea14be3fa
2 changed files with 24 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ pages:
- rm -rf public
- mkdir public
- cp -R ci-target/doc/* public
- cp extra/index.html public
- if [ -f extra/index.html ]; then cp extra/index.html public; else echo "no extra/index.html to copy"; fi
artifacts:
paths:
- public