mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-06 13:46:25 +02:00
Update build.yaml
This commit is contained in:
parent
11b49f0553
commit
cd5e86f3e0
1 changed files with 3 additions and 16 deletions
19
.github/workflows/build.yaml
vendored
19
.github/workflows/build.yaml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update:
|
||||
name: Update Site
|
||||
name: Build Site
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -22,22 +22,9 @@ jobs:
|
|||
|
||||
- run: npm run build
|
||||
name: Build Site
|
||||
|
||||
- name: Archive Release (zip)
|
||||
uses: thedoctor0/zip-release@master
|
||||
with:
|
||||
path: './public'
|
||||
filename: 'public.zip'
|
||||
|
||||
- name: Archive Release (tar)
|
||||
uses: thedoctor0/zip-release@master
|
||||
with:
|
||||
path: './public'
|
||||
filename: 'public.tar'
|
||||
type: 'tar'
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
name: Upload Artifacts
|
||||
with:
|
||||
name: site-build
|
||||
path: public.*
|
||||
name: site
|
||||
path: public
|
||||
|
|
Loading…
Add table
Reference in a new issue