diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index f0e9767410..33eed8544d 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -1,10 +1,17 @@ -name: Deploy Redirect Page +name: Deploy MkDocs to GitHub Pages on: push: branches: [main] paths: + - "autogen/**" + - "website/**" - ".github/workflows/deploy-website.yml" + - ".github/workflows/docs-check-broken-links.yml" + - "scripts/broken-links-check.sh" + - "scripts/docs_build_mkdocs.sh" + - "scripts/docs_serve_mkdocs.sh" + - ".muffet-excluded-links.txt" workflow_dispatch: permissions: contents: write @@ -15,90 +22,34 @@ jobs: # Step 1: Check out the repository - name: Checkout repository uses: actions/checkout@v4 + with: + lfs: true + fetch-depth: 0 - # Step 2: Create redirect HTML files - - name: Create redirect HTML - run: | - mkdir -p dist - # Homepage redirect - cat > dist/index.html << 'EOF' - - -
- - - - - - -Multi-Agent Conversation Framework
+AG2 provides multi-agent conversation framework as a high-level abstraction. With this framework, one can conveniently build LLM workflows.
+Easily Build Diverse Applications
+AG2 offers a collection of working systems spanning a wide range of applications from various domains and complexities.
+Enhanced LLM Inference & Optimization
+AG2 supports enhanced LLM inference APIs, which can be used to improve inference performance and reduce cost.
+