mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-12 12:03:41 -04:00
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
|