Skip to content

Commit 9e55a33

Browse files
committed
update deploy
1 parent 7968220 commit 9e55a33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Jupyter Book to GitHub Pages
33
on:
44
push:
55
branches:
6-
- pages # Replace with the branch you use for your source files
6+
- main
77

88
jobs:
99
deploy:
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Ensure the CNAME file is in the built HTML directory
3535
- name: Add CNAME file
36-
run: echo "cheat-sheets.breezy-codes.com" > _build/html/CNAME
36+
run: echo "crypto.breezy-codes.com" > _build/html/CNAME
3737

3838
# Upload the book's HTML as an artifact (Updated to v3)
3939
- name: Upload artifact

0 commit comments

Comments
 (0)