Skip to content

Commit 3e1af71

Browse files
authored
Merge pull request #117 from QuantEcon/update-live
DEPLOY: enable cname setting in gh-pages for custom domain
2 parents 9e46a16 + bec9243 commit 3e1af71

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
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
github_token: ${{ secrets.GITHUB_TOKEN }}
7272
publish_dir: _build/html/
73-
# cname: julia.quantecon.org
73+
cname: julia.quantecon.org
7474
- name: Upload "_build" folder (cache)
7575
uses: actions/upload-artifact@v2
7676
with:

0 commit comments

Comments
 (0)