dart-lang / markdown

A Dart markdown library
https://pub.dev/packages/markdown
BSD 3-Clause "New" or "Revised" License
455 stars 200 forks source link

Configure Github Actions to update gh-pages #621

Open jonasfj opened 3 months ago

jonasfj commented 3 months ago

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:


For what it's worth, I really love the website and frequently use it to investigate markdown rendering issues :D