mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Create deploy.yml
This commit is contained in:
parent
a2c177ee09
commit
c10dbc3862
1 changed files with 12 additions and 0 deletions
12
.github/workflows/deploy.yml
vendored
Normal file
12
.github/workflows/deploy.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue