CI fix tentative #16
This commit is contained in:
parent
9e2db42efa
commit
74457b6f8d
1 changed files with 3 additions and 3 deletions
|
|
@ -63,9 +63,9 @@ jobs:
|
||||||
pnpm install
|
pnpm install
|
||||||
|
|
||||||
- name: Build the project
|
- name: Build the project
|
||||||
run: pnpm run build
|
run: |
|
||||||
with:
|
cd ./source
|
||||||
path: "source"
|
pnpm run build
|
||||||
|
|
||||||
- name: Save the result for deployment
|
- name: Save the result for deployment
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue