We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7968220 commit 9e55a33Copy full SHA for 9e55a33
1 file changed
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy Jupyter Book to GitHub Pages
3
on:
4
push:
5
branches:
6
- - pages # Replace with the branch you use for your source files
+ - main
7
8
jobs:
9
deploy:
@@ -33,7 +33,7 @@ jobs:
33
34
# Ensure the CNAME file is in the built HTML directory
35
- name: Add CNAME file
36
- run: echo "cheat-sheets.breezy-codes.com" > _build/html/CNAME
+ run: echo "crypto.breezy-codes.com" > _build/html/CNAME
37
38
# Upload the book's HTML as an artifact (Updated to v3)
39
- name: Upload artifact
0 commit comments