Skip to content

Commit

Permalink
removed duplicate step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 19, 2024
1 parent 0fbd1ab commit ae89ba2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/pr_ci_playwright_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,6 @@ jobs:
run: |
sudo yarn playwright test --reporter=html
- name: Ensure gh-pages branch exists
run: |
git fetch
if ! git show-ref --verify --quiet refs/heads/gh-pages; then
echo "gh-pages branch does not exist. Creating..."
git checkout --orphan gh-pages
git rm -rf .
echo "# GitHub Pages" > index.html
git add index.html
git commit -m "Initial commit"
git push origin gh-pages
fi
- name: Ensure gh-pages branch exists
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit ae89ba2

Please sign in to comment.