We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089d777 commit c4a6e3bCopy full SHA for c4a6e3b
.circleci/config.yml
@@ -41,9 +41,9 @@ jobs:
41
- restore_cache:
42
key: bin-cache
43
# Run autogeneration and see if there are differences
44
- # TODO: Fix this; somehow the docs/api/ignite.md ends up being malformatted in CI; it adds
+ # TODO: Fix this; somehow the docs/api/ignite_v1alpha1.md ends up being malformatted in CI; it adds
45
# <sup>@</sup>@ in the beginning of the file for some strange reason in CI, but not locally
46
- - run: make autogen && make tidy-in-docker && git status --short
+ - run: make autogen && make tidy-in-docker && git status --short && git checkout HEAD docs/api/ignite_v1alpha1.md
47
# Save the bin/cache directory
48
- save_cache:
49
0 commit comments