Skip to content

Commit 5d9d8d9

Browse files
Just ensure that we have the right permissions to regenerate the getting started sample
1 parent cab5b15 commit 5d9d8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/docs/generate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ build_kb
2121
# ensure that destroy succeed
2222
chmod -R +w docs/book/src/component-config-tutorial/testdata/project/
2323
chmod -R +w docs/book/src/cronjob-tutorial/testdata/project/
24+
chmod -R +w docs/book/src/getting-started/testdata/project/
2425

2526
docs_gen_directory="$(dirname "$0")/../../hack/docs/generate_samples.go"
2627
go run ${docs_gen_directory}

0 commit comments

Comments
 (0)