Skip to content

Commit

Permalink
Fix User Guide deployment (aws#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Sep 6, 2024
1 parent d90344e commit 921a016
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ame: Deploy Documentation
name: Deploy Documentation
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion aws-lc-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Use of prebuilt NASM objects is prevented if either of the following conditions
* `AWS_LC_SYS_PREBUILT_NASM` environment variable is set with a value of `0`

Be aware that [features are additive](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification);
by enabling this feature, it is enabled for crates within the same build.
by enabling this feature, it is enabled for all crates within the same build.

## Use of prebuilt NASM objects

Expand Down
2 changes: 1 addition & 1 deletion aws-lc-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
//! * `AWS_LC_SYS_PREBUILT_NASM` environment variable is set with a value of `0`
//!
//! Be aware that [features are additive](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification);
//! by enabling this feature, it is enabled for crates within the same build.
//! by enabling this feature, it is enabled for all crates within the same build.
//!
//! # Use of prebuilt NASM objects
//!
Expand Down

0 comments on commit 921a016

Please sign in to comment.