mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 10:32:26 +00:00
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:
committed by
GitHub
parent
e32fcfe249
commit
0bcf546097
1
.github/workflows/update-tests.yml
vendored
1
.github/workflows/update-tests.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user