mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
ci: upload element plus build bundle (#7327)
This commit is contained in:
parent
b0e62faf79
commit
915166c815
4
.github/workflows/pr-docs-build.yml
vendored
4
.github/workflows/pr-docs-build.yml
vendored
@ -58,6 +58,10 @@ jobs:
|
||||
env:
|
||||
DOC_ENV: preview
|
||||
|
||||
- name: Move bundle to docs dist
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: mkdir docs/.vitepress/dist/bundle && mv dist/element-plus/dist/*.* docs/.vitepress/dist/bundle
|
||||
|
||||
# share website dist
|
||||
- name: Upload artifact
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
1
docs/public/CORS
Normal file
1
docs/public/CORS
Normal file
@ -0,0 +1 @@
|
||||
*
|
Loading…
Reference in New Issue
Block a user