ups
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 24s

This commit is contained in:
2026-03-11 18:36:26 +01:00
parent ba6b6d40ec
commit 86027e2ec2

View File

@@ -0,0 +1,25 @@
name: Build and Deploy Nuxt
on:
push:
branches: [master]
jobs:
build:
runs-on: docker
container:
image: node:20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install deps
run: npm i
- name: Build
run: npm run build
- name: Compress build
run: tar -czf build.tar.gz .output