Skip to content

Commit

Permalink
Update make-docs.yml to remove old docs first (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker authored Jul 8, 2024
1 parent 5da7409 commit 2cd3579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- name: Copy artifacts
run: |
git pull
cp -R /tmp/smithy-docs/* .
rm -r 1.0/ 2.0/
mv /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 2cd3579

Please sign in to comment.