Skip to content

Commit

Permalink
Use correct "or" operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl committed Aug 30, 2021
1 parent 8666e49 commit ffda04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: microsoft/playwright-github-action@v1
# GitHub Actions unfortunately does not support retries;
# this is a cumbersome method of retrying twice in case of errors:
- run: npx feed-me-up-scotty | npx feed-me-up-scotty | npx feed-me-up-scotty
- run: npx feed-me-up-scotty || npx feed-me-up-scotty || npx feed-me-up-scotty
- name: Deploy to GitHub Pages
run: |
git config user.name $GITHUB_ACTOR
Expand Down

0 comments on commit ffda04d

Please sign in to comment.