Skip to content

Commit

Permalink
copy-odftoolkit.org.sh: use odftoolkit-0.12.0-docs tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mistmist committed Jun 3, 2024
1 parent bd277c7 commit a241db9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/site/copy-odftoolkit.org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ dir="$(mktemp -d)"

echo using "${dir}"

git archive --format=tar origin/master | tar -x -C "${dir}" docs/
#git archive --format=tar origin/master | tar -x -C "${dir}" docs/
git archive --format=tar odftoolkit-0.12.0-docs | tar -x -C "${dir}" docs/
git archive --format=tar --prefix=0.11/ odftoolkit-0.11.0 | tar -x -C "${dir}" 0.11/docs/api
mv "${dir}/0.11/docs/api" "${dir}/docs/api-0.11"
rm -r "${dir}/0.11"
Expand Down

0 comments on commit a241db9

Please sign in to comment.