From 6463655d841e9f6c7a07e8740d61fb9c03e1819a Mon Sep 17 00:00:00 2001 From: Jil Kamerling Date: Thu, 28 Aug 2025 10:52:37 +0200 Subject: [PATCH] feat: add agentic layer url --- .github/workflows/deploy-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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