Skip to content

Commit

Permalink
moved to top of the step run:
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 18, 2024
1 parent 0013456 commit 0fbd1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_ci_playwright_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
- name: Ensure gh-pages branch exists
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git fetch origin gh-pages
if git rev-parse --verify origin/gh-pages; then
git checkout gh-pages
Expand All @@ -86,8 +88,6 @@ jobs:
git rm -rf .
echo "# GitHub Pages" > index.html
git add index.html
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git commit -m "Initial commit"
git push origin gh-pages
fi
Expand Down

0 comments on commit 0fbd1ab

Please sign in to comment.