We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4427e94 commit 19386f0Copy full SHA for 19386f0
docs.build.ps1
@@ -3,7 +3,7 @@
3
#>
4
param (
5
# Version/tag of the mm-docs image to use
6
- [string] $aVersion = (property MM_DOCS_VERSION '0.8'),
+ [string] $aVersion = (property MM_DOCS_VERSION '0.7.6'),
7
8
# Registry and name to use to get mm-docs image
9
[string] $aImageName = (property MM_DOCS_IMAGE_NAME 'majkinetor/mm-docs'),
0 commit comments