diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ebc9dbb8..b1f7b719 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Build run: | npm install - webpack-cli -p --env.hash='${{ fromJson(steps.get_mcdata_hash.outputs.data).commit.sha }}' + npm run build -- --env.hash='${{ fromJson(steps.get_mcdata_hash.outputs.data).commit.sha }}' - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3