Skip to content

Commit

Permalink
Merge branch 'master' into organize-and-restructure-code
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Aug 26, 2022
2 parents 9c36a11 + 266d2cd commit 8b63044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/end-to-end-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
rm _site/posts_homepage.html
rm _site/docs/index.html
- name: Install Percy
run: npm install --save-dev @percy/cli

- name: Upload build to Percy
run: npx percy snapshot _site/
env:
Expand Down

0 comments on commit 8b63044

Please sign in to comment.