Skip to content

Out in the open Blogpost July 2024 #1760

Out in the open Blogpost July 2024

Out in the open Blogpost July 2024 #1760

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.104.3'
extended: true
- name: Build
run: hugo
- name: Percy Test
run: npx @percy/cli@1.24.2 snapshot public/
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}