Skip to content

Test(ci): Update visual snapshots of Alert and Toast #434

Test(ci): Update visual snapshots of Alert and Toast

Test(ci): Update visual snapshots of Alert and Toast #434

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
paths:
- packages/web/**
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install dependencies
uses: bahmutov/[email protected]
with:
useRollingCache: true
- name: Build examples
run: |
cd packages/web && yarn examples:build:gh
- name: Deploy
uses: JamesIves/[email protected]
with:
folder: packages/web/build
branch: gh-pages
target-folder: docs