1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:28:28 -04:00

Update ci.yml

[skip ci]
This commit is contained in:
Jake Jarvis 2020-07-26 13:59:27 -04:00 committed by GitHub
parent a063900591
commit cfdeaa9039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ jobs:
run: yarn build:hugo --environment development --baseURL / --buildDrafts --buildFuture
- name: Percy snapshots
# don't run for all of dependabot's PRs -- I'm using the free plan...
if: "!contains(github.actor, '[bot]')"
# if: "!contains(github.actor, '[bot]')"
uses: percy/snapshot-action@v0.1.0
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}