Skip to content

Commit b1aca83

Browse files
committed
fixes
1 parent 07f08c9 commit b1aca83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
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: |

js/botasaurus-desktop-api/botasaurus-desktop-api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Builds the app for production to the `build` folder.\
2525
It correctly bundles React in production mode and optimizes the build for the best performance.
2626

2727
The 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!

0 commit comments

Comments
 (0)