Skip to content

Fix incorrect href value on "Related section" link (#5244) #62

Fix incorrect href value on "Related section" link (#5244)

Fix incorrect href value on "Related section" link (#5244) #62

name: Update Percy Baseline
on:
push:
branches:
- main
jobs:
snapshot:
name: Take Percy snapshots
runs-on: ubuntu-latest
steps:
- name: Checkout SCM
uses: actions/checkout@v4
- uses: ./.github/actions/percy-snapshot
with:
branch_name: main
commitsh: ${{ github.sha }}
percy_token_write: ${{ secrets.PERCY_TOKEN_WRITE }}