From 29cab661353eec5573057445dd9ca9508b9c76c9 Mon Sep 17 00:00:00 2001 From: Ae Date: Fri, 26 Apr 2024 08:22:56 -0700 Subject: [PATCH] chore/generate-docs --- .github/workflows/publish.yml | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 482ba97..b7b6a05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/Cargo.toml b/Cargo.toml index f446263..8513b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" repository = "https://github.com/MadebyAe/lambda-utils" description = "Lambda Utils for AWS Rust Lambda" authors = ["Ae "] -keywords = ["aws", "lambda", "serverless", "rust", "macros", "mongodb", "sqs"] +keywords = ["aws", "lambda", "serverless", "rust", "macros"] categories = ["utils"] license = "MIT"