Compare commits

..

2 Commits

Author SHA1 Message Date
redglow c1c5aabd36 ci: artifacts
Build and Deploy / Build (push) Failing after 1m31s
2026-06-22 08:47:08 +02:00
redglow 96f28dbba4 ci: artifacts 2026-06-22 08:46:08 +02:00
+20 -2
View File
@@ -7,7 +7,7 @@ on:
- main
jobs:
checkout:
build:
name: Build
steps:
- name: Checkout Source Code
@@ -17,4 +17,22 @@ jobs:
run: npm i yarn -g
- name: Yarn install (dev)
shell: bash
run: yarn install
run: yarn install
- name: Vite build
shell: bash
run: ./node_modules/.bin/vite build
- name: Yarn install (prod)
shell: bash
run: rm -rf node_modules && yarn install --production=true
- name: Publish artifacts
uses: actions/upload-artifact@v7
path: |
dist
index.html
node_modules
package.json
public
src
tsconfig.json
vite.config.json
yarn.lock