fix: overwrite non-empty tmp-docs directory while updating allure report (#1031)

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>
This commit is contained in:
Anil Kumar Tegala
2025-02-11 12:45:58 +05:30
committed by GitHub
parent e32fcfe249
commit 0bcf546097

View File

@@ -52,6 +52,7 @@ jobs:
git config --global user.name "TIP Automation User"
git pull
git checkout gh-pages || git checkout -b gh-pages
rm -rf docs/tmp-docs || true
mv tmp-docs docs
git add docs
git commit -m'Update allure report for github pages'