From 2cf24fe255a5b2c4971618cc5ad4041d7ae61a07 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Sun, 5 Mar 2023 12:24:15 +0000 Subject: [PATCH] \n pwd #326 --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index df08ff81..5766540e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,12 +35,13 @@ jobs: # Attempt to minify main.dart.js see: issues/326 - name: PWD - run: pwd + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: node web/build.js + - run: node ./web/build.js - name: Deploy to Github Pages uses: JamesIves/github-pages-deploy-action@v4