Compare commits

..

No commits in common. "e97eb3e1ec72eb3f0f523fe0816b668630f081c0" and "f30ae25ec2473ec070cc81658dffa8eaed922176" have entirely different histories.

1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
name: Gitea Vite Build Action
run-name: ${{ gitea.actor }} is performing vite build
on: [push]
jobs:
Vite-Build:
runs-on: ubuntu-latest
steps:
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- name: Install NPM
uses: actions/setup-node@v4
with:
node-version: 20
- name: NPM install
run: npm ci
- name: Vite build
run: npm run build