Skip to content

Commit 90b4556

Browse files
committed
tes
1 parent c74d482 commit 90b4556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-botasaurus-desktop-api-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- name: Update config file
5656
working-directory: js/botasaurus-server-js/src
5757
run: |
58+
echo "${{steps.assets.outputs.CSS_FILE}}"
59+
echo "${{steps.assets.outputs.JS_FILE}}"
5860
sed -i "s/main.*.css/${{ steps.assets.outputs.CSS_FILE }}/g" api-config.ts
5961
sed -i "s/main.*.js/${{ steps.assets.outputs.JS_FILE }}/g" api-config.ts
6062

0 commit comments

Comments
 (0)