Skip to content

Commit 87f8437

Browse files
authored
enable CNAME creation for custom domain (#118)
1 parent fabdd4d commit 87f8437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
publish_dir: _build/html/
51-
# cname: python.quantecon.org
51+
cname: python.quantecon.org
5252
- name: Upload "_build" folder (cache)
5353
uses: actions/upload-artifact@v2
5454
with:

0 commit comments

Comments
 (0)