Skip to content

Commit cd68acc

Browse files
committed
FIX: remove cname record for publish
1 parent 4dfa35d commit cd68acc

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
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
github_token: ${{ secrets.GITHUB_TOKEN }}
8989
publish_dir: _build/html/
90-
cname: intro.quantecon.org
90+
# cname: tools-techniques.quantecon.org
9191
- name: Upload "_build" folder (cache)
9292
uses: actions/upload-artifact@v4
9393
with:

0 commit comments

Comments
 (0)