Skip to content

Out in the Open September 2024 #1841

Out in the Open September 2024

Out in the Open September 2024 #1841

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/[email protected] snapshot public/
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}