We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbc500 commit 0be9320Copy full SHA for 0be9320
hack/docs/generate.sh
@@ -18,6 +18,10 @@ source "$(dirname "$0")/../../test/common.sh"
18
19
build_kb
20
21
+# ensure that destroy succeed
22
+chmod -R +w docs/book/src/component-config-tutorial/testdata/project/
23
+chmod -R +w docs/book/src/cronjob-tutorial/testdata/project/
24
+
25
docs_gen_directory="$(dirname "$0")/../../hack/docs/generate_samples.go"
26
go run ${docs_gen_directory}
27
0 commit comments