mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
Fix not cding into the folder
This commit is contained in:
1
.github/actions/build/action.yml
vendored
1
.github/actions/build/action.yml
vendored
@@ -28,5 +28,6 @@ runs:
|
|||||||
BUILD_FOLDER: ${{ inputs.folder }}
|
BUILD_FOLDER: ${{ inputs.folder }}
|
||||||
BASE: ${{ inputs.base }}
|
BASE: ${{ inputs.base }}
|
||||||
run: |
|
run: |
|
||||||
|
cd "$BUILD_FOLDER"
|
||||||
yarn install
|
yarn install
|
||||||
yarn build --base "$BASE"
|
yarn build --base "$BASE"
|
||||||
|
|||||||
Reference in New Issue
Block a user