Skip to content

Commit

Permalink
fix check-guide ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Icxolu committed May 1, 2024
1 parent 5534a7b commit 1293640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,11 @@ def check_guide(session: nox.Session):
_run(
session,
"lychee",
PYO3_DOCS_TARGET,
str(PYO3_DOCS_TARGET),
f"--remap=https://pyo3.rs/main/ file://{PYO3_GUIDE_TARGET}/",
f"--remap=https://pyo3.rs/latest/ file://{PYO3_GUIDE_TARGET}/",
f"--exclude=file://{PYO3_DOCS_TARGET}",
f"--exclude=http://www.adobe.com/",
*session.posargs,
)

Expand Down

0 comments on commit 1293640

Please sign in to comment.