We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d7ef6 commit e6e8434Copy full SHA for e6e8434
README.md
@@ -30,19 +30,13 @@ This command generates static content into the `build` directory and can be serv
30
31
### Deployment
32
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.
+GitHub pages:
+
+1. Fork this repository
+2. Go to Settings -> Pages
+3. For the `Source`, pick GitHub Actions
+4. Let it run.
+5. Go to the website.
46
47
### Contributors
48
<a href="https://github.com/chromebook-hacking/chromebook-hacking.github.io/graphs/contributors">
0 commit comments