Create deploy.yml

This commit is contained in:
BlackWolf 2025-04-13 18:22:15 -06:00 committed by GitHub
parent a2c177ee09
commit c10dbc3862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Vite CI/CD
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install
- run: yarn build