Skip to content

Commit

Permalink
chore(Percy): add Cheatsheets to Percy snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jan 5, 2021
1 parent 2e284f5 commit cf8264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: percy/snapshot-action@v0.1.2
with:
build-directory: "_gh_pages/"
flags: "--snapshot-files ./index.html,./docs/5.0/guidelines/**/*.html"
flags: "--snapshot-files ./index.html,./docs/5.0/guidelines/**/*.html,./docs/5.0/examples/cheatsheet/index.html,./docs/5.0/examples/cheatsheet-rtl/index.html"
verbose: true
env:
PERCY_TOKEN: "${{ secrets.PERCY_TOKEN }}"

0 comments on commit cf8264e

Please sign in to comment.