Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentvan7 committed Nov 11, 2023
1 parent 026b195 commit b3dbecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
NX_URL_GITHUB_GO_CURRENT_VERSION="https://github.com/${{ inputs.repo_full_name }}/commit/$(git rev-parse HEAD)" \
NX_DAEMON="false" \
NX_SHOW_DEV_COMPONENTS=${{inputs.show_dev_components}}
NX_SHOW_DEV_COMPONENTS="${{inputs.show_dev_components}}"
yarn run nx run ${{inputs.frontend_name}}:build-webpack:production --base-href=""
- name: Build genshin-optimizer (Vite)
if: inputs.frontend_name == 'gi-frontend' || inputs.frontend_name == 'sr-frontend'
Expand Down

0 comments on commit b3dbecd

Please sign in to comment.