Skip to content

Commit

Permalink
Add: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Luuk0510 committed Sep 24, 2024
1 parent ed56238 commit c3c5a72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Install dependencies
run: npm install

- name: Fix permissions for executables
run: chmod +x node_modules/.bin/vite

- name: Build project
run: npm run build

Expand Down

0 comments on commit c3c5a72

Please sign in to comment.