markdown
markdown copied to clipboard
Configure Github Actions to update gh-pages
Looks like tool/update-gh-pages.sh can be used to generate gh-pages which creates the website:
https://dart-lang.github.io/markdown/
It'd be nice if we could configure Github Actions to automatically update the site, either:
- On push to
main, or, - When a new release is tagged.
For what it's worth, I really love the website and frequently use it to investigate markdown rendering issues :D