From 1b4baa89cabee4e4be116fc0897d3fc5d77ffdc5 Mon Sep 17 00:00:00 2001 From: Misode Date: Fri, 6 Nov 2020 03:26:59 +0100 Subject: [PATCH] Attempt to fix workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3cba8329..ebc9dbb8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Build run: | npm install - "npm run build -- --env.hash='${{ fromJson(steps.get_mcdata_hash.outputs.data).commit.sha }}'" + webpack-cli -p --env.hash='${{ fromJson(steps.get_mcdata_hash.outputs.data).commit.sha }}' - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3