Skip to content

Commit

Permalink
Do recursive copy to safely publish javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Sep 4, 2024
1 parent 3229d63 commit 8e173e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
git pull
rm -r 1.0/ 2.0/
mv /tmp/smithy-docs/* .
cp -R /tmp/smithy-docs/* .
git config --global user.name "smithy-automation"
git config --global user.email "[email protected]"
git add -A
Expand Down

0 comments on commit 8e173e4

Please sign in to comment.