Skip to content

Commit fedab34

Browse files
authored
Merge pull request #3881 from camilamacedo86/nit-hack
🌱 Just ensure that we have the right permissions to regenerate the getting started sample
2 parents 1b634dd + 5d9d8d9 commit fedab34

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)