Skip to content

Commit

Permalink
Pass args correctly to docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Oct 15, 2024
1 parent 51d22d0 commit 9463cc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ main() {
python -m mkdocs serve
fi
}
main $1

# Call the main function with arguments
main "$@"

0 comments on commit 9463cc9

Please sign in to comment.