We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b48cbd commit 573fb5bCopy full SHA for 573fb5b
test/docs_test.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-DOCS_PATH="../setting-up/workload-onboarding"
+DOCS_PATH="setting-up/workload-onboarding"
4
YAML_FILES=($(find "$DOCS_PATH" -name "*.yaml"))
5
6
# Prepare commands.txt with the needed commands
@@ -71,4 +71,4 @@ echo "$results" | jq -c '.[]' | while IFS= read -r item; do
71
else
72
echo "Markdown file does not exist: $md_path"
73
fi
74
-done
+done
0 commit comments