forked from abner/for-legacy-web
Fix not `cd`ing into the folder
parent
450789fafe
commit
44b1e2a079
|
|
@ -28,5 +28,6 @@ runs:
|
|||
BUILD_FOLDER: ${{ inputs.folder }}
|
||||
BASE: ${{ inputs.base }}
|
||||
run: |
|
||||
cd "$BUILD_FOLDER"
|
||||
yarn install
|
||||
yarn build --base "$BASE"
|
||||
|
|
|
|||
Loading…
Reference in New Issue