diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c8bbedc..6497be7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,6 +33,25 @@ jobs: --hosting-base-path ProgressUI \ --output-path ./docs + # DocC has no landing page at the site root, so the bare Pages URL renders + # "page can't be found". Redirect the root to the module's documentation. + - name: Redirect site root to the module documentation + run: | + cat > ./docs/index.html <<'HTML' + + +
+ +