Skip to content

Commit

Permalink
chore/generate-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MadebyAe committed Apr 26, 2024
1 parent 5f870be commit 29cab66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
with:
command: test

- name: 📚 Generate documentation
uses: actions-rs/cargo@v1
with:
command: doc
args: --all-features

- name: 📦 Publish to crates.io (Dry Run)
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
repository = "https://github.com/MadebyAe/lambda-utils"
description = "Lambda Utils for AWS Rust Lambda"
authors = ["Ae <[email protected]>"]
keywords = ["aws", "lambda", "serverless", "rust", "macros", "mongodb", "sqs"]
keywords = ["aws", "lambda", "serverless", "rust", "macros"]
categories = ["utils"]
license = "MIT"

Expand Down

0 comments on commit 29cab66

Please sign in to comment.