mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 04:18:28 -04:00
limit percy.io usage [skip ci]
This commit is contained in:
parent
79aa99f7cf
commit
5a380a8a72
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -100,6 +100,6 @@ jobs:
|
||||
- uses: percy/snapshot-action@v0.1.0
|
||||
with:
|
||||
build-directory: public
|
||||
flags: --snapshot-files "**/index.html,notes/**/amp.html"
|
||||
flags: --snapshot-files "**/index.html" --network-idle-timeout 2000
|
||||
env:
|
||||
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
|
||||
|
@ -49,6 +49,7 @@
|
||||
"markdownlint-cli": "~0.22.0",
|
||||
"markdownlint-rule-emphasis-style": "~1.0.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"percy": "^0.26.0",
|
||||
"postcss-clean": "^1.1.0",
|
||||
"postcss-cli": "^7.1.0",
|
||||
"postcss-reporter": "^6.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user