Skip to content

Commit 14f7e9b

Browse files
committed
Update GitHub Actions: Set PUBLIC_URL for dev-fan branch deployment
1 parent d5f8fc7 commit 14f7e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Build React App with Dynamic PUBLIC_URL
2323
run: |
24-
echo "Building for /dev/${{ env.BRANCH_NAME}}/"
25-
PUBLIC_URL="/dev/${{ env.BRANCH_NAME}}/" yarn build
24+
echo "Building for /dev/dev-fan/"
25+
PUBLIC_URL="/dev/dev-fan/" yarn build
2626
2727
- name: Determine Branch Name
2828
id: get_branch

0 commit comments

Comments
 (0)