Add test artifact

This commit is contained in:
Ben Parsons 2023-07-03 21:10:27 +10:00
parent 46a5690b5f
commit e44910bf7f

View File

@ -1,6 +1,8 @@
name: Build
on: [push]
runs-on: ubuntu-latest
jobs:
build:
runs-on: ubuntu-latest
@ -14,3 +16,10 @@ jobs:
run: npm run check
- name: 🔨 Build project
run: npm run build
- name: 📦 Zip project
run: zip -r build.zip build
- name: ☁️ Upload artifact
uses: actions/upload-artifact@v2
with:
name: site
path: build.zip