From 283571c901adb4920ea68bb2f0dabdab3b4347b0 Mon Sep 17 00:00:00 2001
From: nelsonic <nelson+github@dwyl.com>
Date: Sun, 5 Mar 2023 12:28:10 +0000
Subject: [PATCH] run pwd #326

---
 .github/workflows/deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 5766540e..2190309e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -34,8 +34,8 @@ jobs:
 
       # Attempt to minify main.dart.js see: issues/326
       - name: PWD
-      - run: pwd
-      
+        run: pwd
+
       - name: Use Node.js ${{ matrix.node-version }}
         uses: actions/setup-node@v3
         with: