diff --git a/.github/workflows/update-tests.yml b/.github/workflows/update-tests.yml index f5c1801b7..a1e20ff40 100644 --- a/.github/workflows/update-tests.yml +++ b/.github/workflows/update-tests.yml @@ -51,7 +51,7 @@ jobs: git config --global user.email "tip-automation@telecominfraproject.com" git config --global user.name "TIP Automation User" git pull - git checkout gh-pages + git checkout gh-pages || git checkout -b gh-pages mv tmp-docs docs git add docs git commit -m'Update allure report for github pages'