Skip to content

Commit

Permalink
deploy tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 6, 2024
1 parent 439ae31 commit df1fe35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cmake -E make_directory build
cd build
cmake -DDocument=ON -DENABLE_MPI=OFF ../
make doc-ja-html doc-en-html
make doc-ja-html doc-en-html tutorial-ja-html
- name: Deploy Configuration
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
TARGET_NAME: ${{ env.GITHUB_REF_SLUG }}
run: |
cd ${GITHUB_WORKSPACE}
for lang in ja en; do
for lang in ja en tutorial/ja; do
rm -rf "gh-pages/doc/${TARGET_NAME}/${lang}"
mkdir -p "gh-pages/doc/${TARGET_NAME}"
cp -r "main/build/doc/${lang}/source/html" "gh-pages/doc/${TARGET_NAME}/${lang}"
Expand Down

0 comments on commit df1fe35

Please sign in to comment.