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 .