Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.74k stars 858 forks source link

Update docs deploy scripts #1407

Closed waylan closed 10 months ago

waylan commented 10 months ago

The update in #1398 didn't provide for a .nojekyll file, which we want to avoid Jekyll messing with our statically generated documentation.

I've also added a user input to the manual deploy script which allows deploying from any past reference (tag or commit).