We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.sh
1 parent a812b54 commit 401c1e6Copy full SHA for 401c1e6
1 file changed
_build.sh
@@ -13,8 +13,8 @@ get_website_repo_details() {
13
jq
14
}
15
16
-# For larger project websites.
17
-get_website_repo_details website,project > data/projects.json
+# For project websites.
+get_website_repo_details project,website > data/projects.json
18
19
# For documentation/resource/support websites.
20
get_website_repo_details resource,website > data/resources.json
0 commit comments