File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
js/botasaurus-desktop-api/botasaurus-desktop-api-docs Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5858 sed -i "s/main.*.css/${{ steps.assets.outputs.CSS_FILE }}/g" api-config.ts
5959 sed -i "s/main.*.js/${{ steps.assets.outputs.JS_FILE }}/g" api-config.ts
6060
61+ - name : Pull Changes
62+ run : |
63+ git pull
64+
6165 - name : Install dependencies and build
6266 working-directory : js/botasaurus-server-js
6367 run : |
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ Builds the app for production to the `build` folder.\
2525It correctly bundles React in production mode and optimizes the build for the best performance.
2626
2727The build is minified and the filenames include the hashes.\
28- Your app is ready to be deployed!
28+ Your app is ready to be deployed!
You can’t perform that action at this time.
0 commit comments