Skip to content

Commit

Permalink
πŸ’š Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Apr 1, 2024
1 parent a82d1f6 commit c14a084
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import nox
from laminci import move_built_docs_to_slash_project_slug
from laminci.nox import build_docs, run_pre_commit
from laminci.nox import run_pre_commit

nox.options.default_venv_backend = "none"

Expand All @@ -12,5 +12,6 @@ def lint(session: nox.Session) -> None:

@nox.session
def build(session: nox.Session):
build_docs(session, strict=True)
session.run(*"pip install ./lndocs".split())
session.run(*["lndocs", "--strict"])
move_built_docs_to_slash_project_slug()

0 comments on commit c14a084

Please sign in to comment.