Skip to content

feat: deploy

feat: deploy #4

Workflow file for this run

name: Build and Deploy
on:
push:
- gh-pages
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: gh-pages
folder: dist # The folder the action should deploy.