diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67b605d..69507fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,9 @@ jobs: - name: Build website run: pnpm build + - name: Write CNAME + run: echo "docs.weavefox.ai" > build/CNAME + - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: @@ -49,4 +52,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4