From f3dc065875578fc2d0b41ff0ab938e72695e9a2a Mon Sep 17 00:00:00 2001 From: nelsonic Date: Sun, 5 Mar 2023 12:18:52 +0000 Subject: [PATCH] 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 9fa0815f..df08ff81 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,8 @@ jobs: run: flutter build web --release --web-renderer html # Attempt to minify main.dart.js see: issues/326 - - uses: actions/checkout@v3 + - name: PWD + - run: pwd - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: