Skip to content

Commit 5a2334c

Browse files
authored
Remove GitHub Pages setup and local preview instructions
Removed instructions for enabling GitHub Pages and local preview.
1 parent 513f301 commit 5a2334c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ git commit -m "Add MyST Markdown Jupyter Book site"
3535
git 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:
5644
open _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-
```

0 commit comments

Comments
 (0)