fix(ci): downgrade upload artifact
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 24s
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 24s
This commit is contained in:
parent
1f33bd70f6
commit
41426f96a1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: vitepress build
|
- name: vitepress build
|
||||||
run: npm run docs:build
|
run: npm run docs:build
|
||||||
- name: create artifact
|
- name: create artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: nixin-website
|
name: nixin-website
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue