diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 3811a76..1a63063 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -23,9 +23,44 @@ jobs: - name: Prepare site content run: | mkdir -p site/schema + touch site/.nojekyll cp -rL packages/docs/* site/ cp schemas/teamcode.json site/schema/config.json cp schemas/tui.json site/schema/tui.json + + # Generate a landing page — the raw .mdx files are Mintlify-source and + # can't be served as HTML by GitHub Pages. + cat > site/index.html << 'EOF' + + + + teamcode + +

teamcode

+

AI-powered development tool.

+

Schema reference

+ +

Documentation

+ + EOF - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29