Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Jul 2, 2024
1 parent 8f872c5 commit 6fdd5d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shell/gen_js_func_md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ readonly IF_DIR_PATH="${WORKING_DIR_PATH}/app/src/main/java/com/puutaro/commandc
readonly JS_IF_MD_DIR="${WORKING_DIR_PATH}/md/developer/js_interface"
readonly func_dir_name="functions"
readonly FUNC_DIR_PATH="${JS_IF_MD_DIR}/${func_dir_name}"
echo "WORKING_DIR_PATH: ${WORKING_DIR_PATH}"
echo ${FUNC_DIR_PATH}
ls "${FUNC_DIR_PATH}"
hand_gen_feature_dir(){
find "${IF_DIR_PATH}"\
-mindepth 1 -maxdepth 1 -type d \
Expand Down

0 comments on commit 6fdd5d9

Please sign in to comment.