File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 # which will update ../../website/build/client/index.html to use the new BASE_URL
170170 - name : re prepare website with BASE_URL="$WASUP_REACT_SPACE_UUID"
171171 run : |
172- npm -w website run prepare
172+ npm run prepare
173173 env :
174174 BASE_URL : " /space/${{ steps.echoSpaceSubjectCuuid.outputs.SPACE_SUBJECT_CUUID }}/"
175175
@@ -180,8 +180,8 @@ jobs:
180180 space : " ${{ steps.echoSpaceUrl.outputs.spaceUrl }}"
181181 id : " ${{ secrets.WASUP_ID }}"
182182 # ACTIONS_STEP_DEBUG: "${{ inputs.ACTIONS_STEP_DEBUG }}"
183- files : " ${{ inputs.files || './website/build/client/*' }}"
184- filesStripPrefix : " ${{ inputs.filesStripPrefix || 'website/build/client/' }}"
183+ # files: "${{ inputs.files || './website/build/client/*' }}"
184+ # filesStripPrefix: "${{ inputs.filesStripPrefix || 'website/build/client/' }}"
185185
186186 - name : Print Space URL
187187 id : output-space
You can’t perform that action at this time.
0 commit comments