Skip to content

Commit b430f84

Browse files
committed
Import upstream changes (3d5f473ef4e9db0b928dcfbb9d06a1fd05851643)
1 parent f245ed6 commit b430f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Prettier has not been configured to run when committing files, but this can be a
9797

9898
## Static Site
9999

100-
This project includes a simple website generated with the [eleventy](https://11ty.dev) static site generator and the templates and pages in `/docs-src`. The site is generated to `/docs` and intended to be checked in so that GitHub pages can serve the site [from `/docs` on the master branch](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
100+
This project includes a simple website generated with the [eleventy](https://11ty.dev) static site generator and the templates and pages in `/docs-src`. The site is generated to `/docs` and intended to be checked in so that GitHub pages can serve the site [from `/docs` on the main branch](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
101101

102-
To enable the site go to the GitHub settings and change the GitHub Pages &quot;Source&quot; setting to &quot;master branch /docs folder&quot;.</p>
102+
To enable the site go to the GitHub settings and change the GitHub Pages &quot;Source&quot; setting to &quot;main branch /docs folder&quot;.</p>
103103

104104
To build the site, run:
105105

@@ -116,7 +116,7 @@ npm run docs:serve
116116
To watch the site files, and re-build automatically, run:
117117

118118
```bash
119-
npm run docs:watch
119+
npm run docs:gen:watch
120120
```
121121

122122
The site will usually be served at http://localhost:8000.

0 commit comments

Comments
 (0)