File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
- # Website
1
+ # Rust GPU organization website
2
+
3
+ This is the website for the Rust GPU organization.
2
4
3
5
This website is built using [ Docusaurus] ( https://docusaurus.io/ ) , a modern static website generator.
4
6
@@ -25,17 +27,5 @@ $ yarn build
25
27
This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
26
28
27
29
### 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.
You can’t perform that action at this time.
0 commit comments