Skip to content

Instantly share code, notes, and snippets.

View raulmar0's full-sized avatar

Raulmar raulmar0

View GitHub Profile
@raulmar0
raulmar0 / vite_deploy.yml
Last active September 7, 2022 18:53
Deploy to gh pages with vite
# Sample workflow for building and deploying to GitHub Pages with Vite
name: Deploy Vite project to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab