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 5aa7244 commit 5c1e1eeCopy full SHA for 5c1e1ee
scripts/check-docs.sh
@@ -11,7 +11,7 @@ set -euo pipefail
11
# 2. In CI, ensuring that the .cue files are properly formatted.
12
13
ROOT=$(git rev-parse --show-toplevel)
14
-CUE="${ROOT}/website/scripts/cue.sh"
+CUE="${ROOT}/scripts/cue.sh"
15
16
read-all-docs() {
17
${CUE} list | sort | xargs cat -et
0 commit comments