Changed build step to run in container
All checks were successful
Build and deploy website / build (push) Successful in 1m16s
Build and deploy website / deploy (push) Successful in 2s

This commit is contained in:
Martin Berg Alstad 2024-09-28 15:50:33 +02:00
parent d1dcae9edc
commit 4e86430539

View File

@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: host
runs-on: ubuntu-latest
steps:
- name: Check out repository code
@ -20,7 +20,7 @@ jobs:
- name: Build
run: npm exec -- pnpm build
- name: Upload artifacts
uses: actions/upload-artifact@v3 # Deprecated but v4+ is not supported for GHES
uses: actions/upload-artifact@v3 # Deprecated and v4+ is not supported for GHES
with:
name: dist
path: dist