From b1e639834c24fa939921e70440f486f38e052d4f Mon Sep 17 00:00:00 2001 From: Joey Xia <77958037+ZiyiXia@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:35:23 +0800 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3a33b38d..f3e7e5a6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,6 +17,9 @@ jobs: - name: Sphinx build run: | sphinx-build docs/source docs/build + - name: Add CNAME + run: | + echo bge-model.com > docs/build/CNAME - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}