Skip to content

Commit

Permalink
debug git branch -l for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Nov 18, 2024
1 parent ab5c607 commit 9348561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests-and-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

- name: Check does gh-pages branch need to be created
run: |
git branch -l;
if [[ $(git branch -l gh-pages) == "" ]]; then
gh_pages_branch_needed=true;
echo "gh-pages branch is needed";
Expand Down

0 comments on commit 9348561

Please sign in to comment.