diff --git a/.github/workflows/update-tests.yml b/.github/workflows/update-tests.yml index a1e20ff40..d5f4d32a2 100644 --- a/.github/workflows/update-tests.yml +++ b/.github/workflows/update-tests.yml @@ -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'