Skip to content

Commit 049fccb

Browse files
gobengodmitrizagidulin
authored andcommitted
publish ci workflow uses defaults that should work with 11ty
1 parent 286baee commit 049fccb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)