diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 96db92d..e98761b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,6 +26,9 @@ jobs: - name: Build documentation uses: elastic/docs-builder@main + - name: Use custom landing page + run: cp docs/argh-landing.html .artifacts/docs/html/index.html + - name: Setup Pages uses: actions/configure-pages@v6.0.0