From b3372a6fe329251f77d15dc437a499db5e4a5240 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Thu, 24 Nov 2022 16:00:34 +0300 Subject: [PATCH] [WIFI-11619] Chg: GitHub Pages dir Signed-off-by: Dmitry Dunaev --- .github/workflows/update-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'