Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Aug 11, 2024
1 parent 04ea377 commit 111eea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion agdb_ci/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ const CARGO_TOML: &str = "Cargo.toml";
const PACKAGE_JSON: &str = "package.json";
const OPENAPI_JSON: &str = "schema.json";
const API_MD: &str = "api.md";
const IGNORE: [&str; 8] = [
const IGNORE: [&str; 9] = [
"node_modules",
"vendor",
"tests",
"target",
"src",
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The [agdb server](/docs/server.md) can be accessed using OpenAPI (REST) via any
"license": {
"name": "Apache-2.0"
},
"version": "0.7.2"
"version": "0.8.0"
},
"servers": [
{
Expand Down

0 comments on commit 111eea8

Please sign in to comment.