We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a87a5 commit d0f84d7Copy full SHA for d0f84d7
action.yml
@@ -45,11 +45,18 @@ runs:
45
- name: Install
46
run: ${{ github.action_path }}/src/install.sh
47
shell: bash
48
+ env:
49
+ NODE_ENV: production
50
+ PACKAGE_MANAGER: ${{ inputs.package_manager }}
51
+ DEBUG_MODE: ${{ inputs.debug_mode }}
52
- name: Build
53
run: ${{ github.action_path }}/src/build.sh
54
- # env:
- # NODE_ENV: production
55
56
57
58
+ PUBLIC_BASE_PATH: ${{ inputs.public_base_path }}
59
60
- name: Upload artifact
61
uses: actions/upload-pages-artifact@v1
62
with:
0 commit comments