Skip to content

Commit ff2ec7f

Browse files
committed
fix deploy script
1 parent 73027d3 commit ff2ec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
mkdir -p "gh-pages/docs/${TARGET_NAME}/${lang}"
7474
cp -r "main/docs/sphinx/${lang}/build/html" "gh-pages/docs/${TARGET_NAME}/${lang}"
7575
if [ $is_tag = "YES" ]; then
76-
cp "main/docs/sphinx/${lang}/build/latex/abICS_${LANG}.pdf" "gh-pages/docs/${TARGET_NAME}/${lang}/abICS.pdf"
76+
cp "main/docs/sphinx/${lang}/build/latex/abICS_${lang}.pdf" "gh-pages/docs/${TARGET_NAME}/${lang}/abICS.pdf"
7777
fi
7878
done
7979
# apidoc

0 commit comments

Comments
 (0)