nitely / nim-regex

Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
227 stars 20 forks source link

docs should be built as part of CI, not generated manually and checked in #87

Closed timotheecour closed 8 months ago

timotheecour commented 3 years ago

now that https://github.com/nitely/nim-regex/pull/86 was merged (yay!) I think docs should be removed and generated via github actions CI on each push to master; eg you can do same as I did here:

https://github.com/nim-lang/fusion/pull/26/files

(and https://github.com/nim-lang/fusion/pull/24/files might or not be needed)

nitely commented 8 months ago

Done https://github.com/nitely/nim-regex/blob/e3027aff8a80907b445ce1733fd2e26bd8670a37/.github/workflows/ci.yml#L23-L40