Skip to content

fix: gif sizing and video loading #136

fix: gif sizing and video loading

fix: gif sizing and video loading #136

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
name: Build and Deploy main
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install, Build and Test
run: |
npm install
npm run build
npm run test
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist