1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 12:36:20 -04:00

limit percy.io usage [skip ci]

This commit is contained in:
Jake Jarvis 2020-03-30 13:01:36 -04:00
parent 79aa99f7cf
commit 5a380a8a72
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
3 changed files with 1236 additions and 28 deletions

View File

@ -100,6 +100,6 @@ jobs:
- uses: percy/snapshot-action@v0.1.0 - uses: percy/snapshot-action@v0.1.0
with: with:
build-directory: public build-directory: public
flags: --snapshot-files "**/index.html,notes/**/amp.html" flags: --snapshot-files "**/index.html" --network-idle-timeout 2000
env: env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }} PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

View File

@ -49,6 +49,7 @@
"markdownlint-cli": "~0.22.0", "markdownlint-cli": "~0.22.0",
"markdownlint-rule-emphasis-style": "~1.0.1", "markdownlint-rule-emphasis-style": "~1.0.1",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"percy": "^0.26.0",
"postcss-clean": "^1.1.0", "postcss-clean": "^1.1.0",
"postcss-cli": "^7.1.0", "postcss-cli": "^7.1.0",
"postcss-reporter": "^6.0.1", "postcss-reporter": "^6.0.1",

1261
yarn.lock

File diff suppressed because it is too large Load Diff