Skip to content

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 7, 2023
1 parent ab69512 commit 2b93ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def pull_artifacts(session):
continue
path.rename(Path("docs") / path.name)
# lamindb faq
for path in ("lamindb_docs/faq").glob("*"):
for path in Path("lamindb_docs/faq").glob("*"):
path.rename(Path("docs/faq") / path.name)
replace_content("docs/faq.md", {FAQ_MATCH: FAQ_APPEND})
# lamindb guide
Expand Down

0 comments on commit 2b93ffb

Please sign in to comment.