Skip to content

Commit b2c71b5

Browse files
authored
Update README.md
1 parent f12c691 commit b2c71b5

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

README.md

+4-19
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,11 @@ $ yarn start
1616

1717
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
1818

19-
### Build
20-
21-
```
22-
$ yarn build
23-
```
24-
25-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
26-
2719
### Deployment
20+
When your changes are ready to be reviewed, push the changes to your fork or to a feature branch and then open a pull request on GitHub. After review, when your changes get merged, they will get deployed to [https://lf-lang.org/](https://lf-lang.org/) using GitHub Actions.
2821

29-
Using SSH:
30-
22+
In our [deployment workflow](https://github.com/lf-lang/lf-lang.github.io/blob/main/.github/workflows/deploy.yml), we simply run:
3123
```
32-
$ USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
24+
$ yarn build
3925
```
40-
41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
26+
This generates static content in the `build` directory, which gets served using GitHub's static contents hosting service, GitHub Pages.

0 commit comments

Comments
 (0)