Skip to content

Commit

Permalink
Add a push step
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 26, 2022
1 parent 17d8cd9 commit 6f58e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/render-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
else
echo branch doesnt exist
git checkout -b $branch_name
git push -u
fi
rm -r docs/*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/style-and-sp-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
else
echo branch doesnt exist
git checkout -b $branch_name
git push -u
fi
- name: Run spell check
Expand Down

0 comments on commit 6f58e38

Please sign in to comment.