Skip to content

Commit

Permalink
πŸ› Fix images (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 3, 2023
1 parent 1c2bf8b commit 5a1d79b
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 @@ -124,4 +124,4 @@ def docs(session):
else:
session.install(f"{prefix}/lndocs")
# do not simply add instance creation here
session.run("lndocs", "--strip-prefix")
session.run("lndocs", "--strip-prefix", "--fix-images")

0 comments on commit 5a1d79b

Please sign in to comment.