Skip to content

chore: remove LogRocket integration & add comprehensive transition ha… #3

chore: remove LogRocket integration & add comprehensive transition ha…

chore: remove LogRocket integration & add comprehensive transition ha… #3

name: Deploy Presentation to GitHub Pages
on:
push:
branches:
- main
paths:
- 'docs/**'
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.