Skip to content

Commit

Permalink
Fix the action fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan committed Mar 12, 2023
1 parent f52478c commit 3eda89d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from os.path import dirname, join
from urllib.request import urlretrieve

from setuptools import setup

if __name__ == "__main__":
urlretrieve(
"https://cdnjs.cloudflare.com/ajax/libs/mermaid/9.4.3/mermaid.js",
"src/django_mermaid/static/mermaid.js",
join(dirname(__file__), "src", "django_mermaid", "static", "mermaid.js")
)
setup()

0 comments on commit 3eda89d

Please sign in to comment.