From e5af7ef2b8f33bb6837389c2b969624c0eaeceb3 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 30 Jan 2024 15:35:34 +1100 Subject: [PATCH] enable cname record writing to gh-pages --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d720c3..8edc167 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -88,7 +88,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: _build/html/ - # cname: stats.quantecon.org + cname: stats.quantecon.org - name: Prepare lecture-stats.notebooks sync shell: bash -l {0} run: |