diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f504dea..a126c85e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/extra/index.html b/extra/index.html new file mode 100644 index 00000000..45f4b67f --- /dev/null +++ b/extra/index.html @@ -0,0 +1,23 @@ + + + + + + asusctl docs + + + + + + +
+

asusctl documentation

+

Redirecting to the generated docs — if your browser doesn't redirect automatically, click here.

+

If you expected a different landing page, update extra/index.html accordingly.

+
+ +