mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-27 01:11:10 -06:00
1bb79696c6
This includes a bugfix to the cty/msgpack package to ensure correct decoding of unknown and null values. This also includes updates to cty's dependencies.
6 lines
160 B
Bash
6 lines
160 B
Bash
#!/bin/sh
|
|
|
|
set -x
|
|
pandoc -t html5 -f markdown -s --css=doc/md.css -o README.html README.md
|
|
pandoc -t html5 -f markdown -s --css=doc/md.css -o TODO.html TODO.md
|