diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index e6fec9b..73f2eab 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -35,4 +35,5 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: build/site # Deploy generated site content \ No newline at end of file + publish_dir: build/site # Deploy generated site content + cname: docs.agentic-layer.ai \ No newline at end of file