CI fix tentative #15
This commit is contained in:
parent
1aa7d543cd
commit
9e2db42efa
1 changed files with 3 additions and 1 deletions
|
|
@ -64,12 +64,14 @@ jobs:
|
||||||
|
|
||||||
- name: Build the project
|
- name: Build the project
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
with:
|
||||||
|
path: "source"
|
||||||
|
|
||||||
- name: Save the result for deployment
|
- name: Save the result for deployment
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-${{ matrix.site }}
|
name: build-${{ matrix.site }}
|
||||||
path: dist/
|
path: "source/dist/"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue