File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,6 @@ git commit -m "Add MyST Markdown Jupyter Book site"
3535git push
3636```
3737
38- ### 2. Enable GitHub Pages with GitHub Actions as the source
39-
40- Go to the repo on GitHub:
41-
42- 1 . ** Settings** → ** Pages** (left sidebar)
43- 2 . Under ** Source** , select ** GitHub Actions** (not "Deploy from a branch")
44- 3 . Save
45-
46- That's it. Every push to ` main ` will now rebuild and redeploy the site automatically.
47-
48- ---
49-
5038## Local Preview
5139
5240``` bash
@@ -55,17 +43,3 @@ jupyter-book build .
5543# Open in browser:
5644open _build/html/index.html
5745```
58-
59- ---
60-
61- ## Adding More Pages
62-
63- 1 . Create a new ` .md ` file, e.g. ` worker.md `
64- 2 . Add it to ` _toc.yml ` :
65-
66- ``` yaml
67- format : jb-book
68- root : index
69- chapters :
70- - file : worker
71- ` ` `
You can’t perform that action at this time.
0 commit comments