We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b183f5b commit 0b66910Copy full SHA for 0b66910
1 file changed
generator/templates/Deployment/_github/workflows/deploy.test.yml
@@ -53,7 +53,8 @@ jobs:
53
<%_ } _%>
54
<%_ if (options.plugins.includes('sentry')) { _%>
55
echo "VUE_APP_ANALYTICS=" >> .env.production
56
- <%_ } _%>echo "VUE_APP_PUBLIC_PATH=/" >> .env.production
+ <%_ } _%>
57
+ echo "VUE_APP_PUBLIC_PATH=/" >> .env.production
58
<%_ if (!options.addRobotsFile){ _%>
59
- name: setup robots.txt for disallowing search engines to visit the test env
60
run: |
0 commit comments