Skip to content

Commit

Permalink
Set HUMMINGBIRD_VERSION in task
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 17, 2024
1 parent 385178d commit a0e2140
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@
"label": "Build Documentation",
"detail": "Build docc documentation for Hummingbird",
"type": "shell",
"command": "./scripts/build-docc.sh",
"command": "HUMMINGBIRD_VERSION=1.0 ./scripts/build-docc.sh",
"problemMatcher": [],
"group": "build"
},
{
"label": "Commit Documentation",
"detail": "Commit docc documentation to GitHub",
"type": "shell",
"command": "./scripts/commit-docc.sh",
"problemMatcher": []
}
]
}

0 comments on commit a0e2140

Please sign in to comment.