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 2e91f49
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 @@ -415,7 +415,7 @@ 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}",
Expand Down

0 comments on commit 2e91f49

Please sign in to comment.