Skip to content

Commit cf167f9

Browse files
authored
Update pages-deploy.yml
1 parent 9e19ea8 commit cf167f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Removed '|| true' to ensure build fails if file is missing
4646
run: |
4747
echo "Replacing placeholder __API_BASE__ with $API_BASE_URL"
48-
sed -i "s|__API_BASE__|${API_BASE_URL}|g" kidcode-web/src/main/resources/static/app.js
48+
sed -i "s|__API_BASE__|${API_BASE_URL}|g" kidcode-web/src/main/resources/static/js/constants.js
4949
5050
- name: Build kidcode-web with Maven
5151
run: |

0 commit comments

Comments
 (0)