mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-08-09 03:21:50 +08:00
Update testbuild.yml
This commit is contained in:
@@ -29,3 +29,9 @@ jobs:
|
|||||||
- run: npm i yarn -g
|
- run: npm i yarn -g
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn run build
|
- run: yarn run build
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: dist-all-pages
|
||||||
|
path: |
|
||||||
|
public/
|
||||||
|
|||||||
Reference in New Issue
Block a user