Skip to content

Commit 0b66910

Browse files
hotfix
1 parent b183f5b commit 0b66910

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

generator/templates/Deployment/_github/workflows/deploy.test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
<%_ } _%>
5454
<%_ if (options.plugins.includes('sentry')) { _%>
5555
echo "VUE_APP_ANALYTICS=" >> .env.production
56-
<%_ } _%>echo "VUE_APP_PUBLIC_PATH=/" >> .env.production
56+
<%_ } _%>
57+
echo "VUE_APP_PUBLIC_PATH=/" >> .env.production
5758
<%_ if (!options.addRobotsFile){ _%>
5859
- name: setup robots.txt for disallowing search engines to visit the test env
5960
run: |

0 commit comments

Comments
 (0)