Skip to content

Commit

Permalink
fix: correct documentation generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brekk committed May 14, 2024
1 parent 6a9e4fb commit 8cca5bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/madlib.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "madlib-ci",
"version": "0.0.1",
"madlibVersion": "0.14.0",
"madlibVersion": "0.23.14",
"main": "src/Main.mad",
"dependencies": [
{
"minVersion": "0.0.9",
"url": "https://github.com/madlib-lang/maddoc-cli/archive/refs/tags/v0.0.9.zip",
"minVersion": "0.0.11",
"url": "https://github.com/madlib-lang/maddoc-cli/archive/refs/tags/v0.0.11.zip",
"description": "maddoc cli - used to generate the documentation for the project"
}
]
Expand Down

0 comments on commit 8cca5bf

Please sign in to comment.