File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
ci_generator/templates/job_steps Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4141 --exclude-path="site/api_reference/settings.html"
4242 --exclude-path="site/404.html"
4343 --exclude=".*crate#per-style$"
44+ --exclude=".*#setting-the-default-subscriber$"
4445 --exclude="https://doc.rust-lang.org/*"
4546 --exclude="https://stackoverflow.com/*"
47+ --exclude="https://rust-random.github.io/*"
4648 --exclude="https://github.com/LukeMathWalker/pavex/edit/main/*"
4749 --exclude="https://docs.rs/**/*"
4850 --exclude-path="site/api_reference/static.files"
Original file line number Diff line number Diff line change @@ -1749,8 +1749,10 @@ jobs:
17491749 --exclude-path="site/api_reference/settings.html"
17501750 --exclude-path="site/404.html"
17511751 --exclude=".*crate#per-style$"
1752+ --exclude=".*#setting-the-default-subscriber$"
17521753 --exclude="https://doc.rust-lang.org/*"
17531754 --exclude="https://stackoverflow.com/*"
1755+ --exclude="https://rust-random.github.io/*"
17541756 --exclude="https://github.com/LukeMathWalker/pavex/edit/main/*"
17551757 --exclude="https://docs.rs/**/*"
17561758 --exclude-path="site/api_reference/static.files"
You can’t perform that action at this time.
0 commit comments