Skip to content

Commit e6e8434

Browse files
authored
Update README.md
1 parent 91d7ef6 commit e6e8434

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

Diff for: README.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,13 @@ This command generates static content into the `build` directory and can be serv
3030

3131
### Deployment
3232

33-
Using SSH:
34-
35-
```
36-
$ USE_SSH=true yarn deploy
37-
```
38-
39-
Not using SSH:
40-
41-
```
42-
$ GIT_USER=<Your GitHub username> yarn deploy
43-
```
44-
45-
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.
33+
GitHub pages:
34+
35+
1. Fork this repository
36+
2. Go to Settings -> Pages
37+
3. For the `Source`, pick GitHub Actions
38+
4. Let it run.
39+
5. Go to the website.
4640

4741
### Contributors
4842
<a href="https://github.com/chromebook-hacking/chromebook-hacking.github.io/graphs/contributors">

0 commit comments

Comments
 (0)