jscheffl commented on code in PR #48223:
URL: https://github.com/apache/airflow/pull/48223#discussion_r2021675885
##########
.github/workflows/ci-image-checks.yml:
##########
@@ -292,7 +292,7 @@ jobs:
- name: "Save docs inventory cache"
uses:
apache/infrastructure-actions/stash/save@1c35b5ccf8fba5d4c3fdf25a045ca91aa0cbc468
with:
- path: ./docs/_inventory_cache/
+ path: ./generated/generated-docs//_inventory_cache/
Review Comment:
Uuups, double-slash?
```suggestion
path: ./generated/generated-docs/_inventory_cache/
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]