Skip to content

Commit 33c39aa

Browse files
committed
Merge branch 'main' of https://github.com/addy-ai/langdrive
2 parents f9eaf94 + 531ef98 commit 33c39aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+14
-6
lines changed

buildDocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ swap_dir="./temp_swap_dir"
77
# Function to build and replace 'docs'
88
build_and_replace_docs() {
99
# Create the documenation using chatGPT
10-
node mkdocs.js
10+
# node mkdocs.js
1111
mkdocs build
1212
rm -r "$docs_dir"
1313
mv "site" "$docs_dir"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)