Skip to content

Merge branch 'main' into update-inactive-banner #2700

Merge branch 'main' into update-inactive-banner

Merge branch 'main' into update-inactive-banner #2700

Workflow file for this run

name: Visual tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.120.4'
extended: true
- name: Build
run: hugo
- name: Percy Test
run: npx @percy/cli@1.24.2 snapshot public/
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}