Skip to content

Commit

Permalink
restore deeper docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jan 2, 2021
1 parent 1b8c3a3 commit b8f2641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ def render(releases):

release_html = DOCS / "all-releases" / "index.html"

if not release_html.parent.exists():
release_html.parent.mkdir(parents=True)

release_html.write_text(html, encoding="utf-8")


Expand Down

0 comments on commit b8f2641

Please sign in to comment.