Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: deploy rust doc to github pages (#2879)
Browse files Browse the repository at this point in the history
* chore: deploy rust doc to github pages

* chore: add file to turn off jekyll
  • Loading branch information
ematipico committed Jul 14, 2022
1 parent 1b2fa1d commit 091c421
Show file tree
Hide file tree
Showing 25 changed files with 68 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -105,6 +105,11 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: documentation
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc

coverage:
name: Test262 Coverage
Expand Down
Empty file added .nojekyll
Empty file.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/rome_analyze/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "rome_analyze"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions crates/rome_cli/Cargo.toml
Expand Up @@ -2,6 +2,8 @@
name = "rome_cli"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions crates/rome_console/Cargo.toml
Expand Up @@ -2,6 +2,8 @@
name = "rome_console"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion crates/rome_control_flow/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "rome_control_flow"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
5 changes: 4 additions & 1 deletion crates/rome_css_factory/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "rome_css_factory"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
3 changes: 3 additions & 0 deletions crates/rome_css_syntax/Cargo.toml
Expand Up @@ -2,6 +2,9 @@
name = "rome_css_syntax"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/rome_diagnostics/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rome_diagnostics"
version = "0.2.0"
version = "0.0.0"
authors = ["RSLint developers"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions crates/rome_flags/Cargo.toml
Expand Up @@ -2,6 +2,8 @@
name = "rome_flags"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion crates/rome_formatter/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "rome_formatter"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions crates/rome_fs/Cargo.toml
Expand Up @@ -2,6 +2,8 @@
name = "rome_fs"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion crates/rome_js_analyze/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "rome_js_analyze"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion crates/rome_js_factory/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "rome_js_factory"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions crates/rome_js_formatter/Cargo.toml
Expand Up @@ -2,6 +2,8 @@
name = "rome_js_formatter"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions crates/rome_js_parser/Cargo.toml
@@ -1,8 +1,8 @@
[package]
edition = "2021"
name = "rome_js_parser"
version = "0.3.0"
authors = ["Rome Tools"]
version = "0.0.0"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"
description = "An extremely fast ECMAScript parser made for the rslint project"
repository = "https://github.com/rome/tools"
Expand Down
4 changes: 2 additions & 2 deletions crates/rome_js_semantic/Cargo.toml
@@ -1,8 +1,8 @@
[package]
edition = "2021"
name = "rome_js_semantic"
version = "0.3.0"
authors = ["Rome Tools"]
version = "0.0.0"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"
description = "Semantic model for the JavaScript language"
repository = "https://github.com/rome/tools"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_js_syntax/Cargo.toml
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "rome_js_syntax"
version = "0.1.4"
version = "0.0.0"
authors = ["Rome Tools"]
description = "SyntaxKind and common rowan definitions for rome_js_parser"
license = "MIT"
Expand Down
4 changes: 3 additions & 1 deletion crates/rome_json_factory/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "rome_json_factory"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion crates/rome_lsp/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "rome_lsp"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions crates/rome_markup/Cargo.toml
Expand Up @@ -4,6 +4,7 @@ version = "0.0.0"
description = ""
license = "MIT"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]

[lib]
proc-macro = true
Expand Down
2 changes: 2 additions & 0 deletions crates/rome_service/Cargo.toml
Expand Up @@ -2,6 +2,8 @@
name = "rome_service"
version = "0.0.0"
edition = "2021"
authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/rome_text_edit/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rome_text_edit"
version = "0.1.0"
version = "0.0.0"
authors = ["RSLint developers"]
edition = "2021"
license = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion website/playground/Cargo.toml
Expand Up @@ -2,7 +2,8 @@
name = "rome_playground"
version = "0.0.0"
edition = "2021"

authors = ["Rome Tools Developers and Contributros"]
license = "MIT"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 091c421

Please sign in to comment.