We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74d482 commit 90b4556Copy full SHA for 90b4556
.github/workflows/update-botasaurus-desktop-api-docs.yml
@@ -55,6 +55,8 @@ jobs:
55
- name: Update config file
56
working-directory: js/botasaurus-server-js/src
57
run: |
58
+ echo "${{steps.assets.outputs.CSS_FILE}}"
59
+ echo "${{steps.assets.outputs.JS_FILE}}"
60
sed -i "s/main.*.css/${{ steps.assets.outputs.CSS_FILE }}/g" api-config.ts
61
sed -i "s/main.*.js/${{ steps.assets.outputs.JS_FILE }}/g" api-config.ts
62
0 commit comments