Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jun 24, 2022
1 parent 73027d3 commit ff2ec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
mkdir -p "gh-pages/docs/${TARGET_NAME}/${lang}"
cp -r "main/docs/sphinx/${lang}/build/html" "gh-pages/docs/${TARGET_NAME}/${lang}"
if [ $is_tag = "YES" ]; then
cp "main/docs/sphinx/${lang}/build/latex/abICS_${LANG}.pdf" "gh-pages/docs/${TARGET_NAME}/${lang}/abICS.pdf"
cp "main/docs/sphinx/${lang}/build/latex/abICS_${lang}.pdf" "gh-pages/docs/${TARGET_NAME}/${lang}/abICS.pdf"
fi
done
# apidoc
Expand Down

0 comments on commit ff2ec7f

Please sign in to comment.