From 18953da73ce3bd14d58b014df90d440b82a21b3f Mon Sep 17 00:00:00 2001 From: Minchul Lee Date: Fri, 26 Mar 2021 21:20:07 +0900 Subject: [PATCH] update workflows --- .github/workflows/generate_documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index 57c24ea..ad6b014 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -61,8 +61,8 @@ jobs: popd cp html/tomotopy/* ../g/bab2min.github.io/tomotopy/v${TOMOTOPY_VER}/${{ matrix.language }} pushd ../g/bab2min.github.io - echo "" > index.html - echo "" > index.kr.html + echo "" > tomotopy/index.html + echo "" > tomotopy/index.kr.html git config user.email "bab2min@gmail.com" git config user.name "bab2min" git add .