Skip to content

Commit 0840269

Browse files
committed
add custom domain cname attribute to publish
1 parent 74027ed commit 0840269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
uses: peaceiris/actions-gh-pages@v3
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
publish_dir: _build/html/
35+
publish_dir: _build/html/
36+
cname: python-programming.quantecon.org

0 commit comments

Comments
 (0)