Skip to content

Commit

Permalink
Update portfoliossg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wshick committed Jan 6, 2025
1 parent c061142 commit d1f0b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfoliossg.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
all_extensions = ['extra', 'meta', 'nl2br', 'markdown_del_ins', 'markdown_mark', 'markdown_gfm_admonition', 'mdx_truly_sane_lists', 'mdx_wikilink_plus']

copytree("static/", "build/", dirs_exist_ok=True)
copytree("portfolio/", "build/", dirs_exist_ok=True)
copytree("articles/portfolio/", "build/", dirs_exist_ok=True)

# Load the template and article
html_template: str
Expand Down

0 comments on commit d1f0b2d

Please sign in to comment.