1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 12:35:48 -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 run: yarn build:hugo --environment development --baseURL / --buildDrafts --buildFuture
- name: Percy snapshots - name: Percy snapshots
# don't run for all of dependabot's PRs -- I'm using the free plan... # 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 uses: percy/snapshot-action@v0.1.0
env: env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }} PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}