Skip to content

Commit a99304b

Browse files
committed
Update README
1 parent a34265e commit a99304b

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Website
1+
# Rust GPU organization website
2+
3+
This is the website for the Rust GPU organization.
24

35
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
46

@@ -25,17 +27,5 @@ $ yarn build
2527
This command generates static content into the `build` directory and can be served using any static contents hosting service.
2628

2729
### Deployment
28-
29-
Using SSH:
30-
31-
```
32-
$ USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39-
```
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.
30+
31+
Auto deployed to GitHub pages via GitHub Actions.

0 commit comments

Comments
 (0)