We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34265e commit a99304bCopy full SHA for a99304b
README.md
@@ -1,4 +1,6 @@
1
-# Website
+# Rust GPU organization website
2
+
3
+This is the website for the Rust GPU organization.
4
5
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
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
29
### Deployment
-
-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.
+ Auto deployed to GitHub pages via GitHub Actions.
0 commit comments