1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 10:15:46 -04:00

Update ci.yml

[skip ci]
This commit is contained in:
2020-07-26 13:59:27 -04:00
committed by GitHub
parent a063900591
commit cfdeaa9039

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 }}