Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Piętal committed May 23, 2024
1 parent 348bfec commit 9612683
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jobs:
steps:
- checkout
- run: yarn
- run: yarn docs
- run: yarn build
- run: yarn test
4 changes: 2 additions & 2 deletions docs/js/docma-web.js
Original file line number Diff line number Diff line change
Expand Up @@ -4869,12 +4869,12 @@ var DocmaWeb = (function () {
).replace(/ /g, "-");
});

DocmaWeb.version = "3.3.13";
DocmaWeb.version = "3.3.14";
return DocmaWeb;
})();
var docma = Object.freeze(
new DocmaWeb({
version: "3.3.13",
version: "3.3.14",
routes: [
{
id: "api:",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pietal.dev/docma",
"version": "3.3.13",
"version": "3.3.14",
"description": "A powerful dev-tool to easily generate beautiful HTML documentation from Javascript (JSDoc), Markdown and HTML files.",
"repository": "Prozi/docma",
"license": "MIT",
Expand Down

0 comments on commit 9612683

Please sign in to comment.