From 71a365cb23416f750b418e8cdd64d77c3e48a4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemek=20Wi=C4=99ch?= Date: Tue, 30 Nov 2021 10:50:33 +0100 Subject: [PATCH] Install lftp in 'deploy to wikitree' action --- .github/workflows/deploy-wikitree-apps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-wikitree-apps.yml b/.github/workflows/deploy-wikitree-apps.yml index 3efb21d..eaabf3e 100644 --- a/.github/workflows/deploy-wikitree-apps.yml +++ b/.github/workflows/deploy-wikitree-apps.yml @@ -17,6 +17,8 @@ jobs: - run: npm run build - run: npm test - run: npm run cy:start-and-run + - name: Install lftp + run: sudo apt-get install -y lftp - run: npm run deploy-wikitree env: LFTP_PASSWORD: ${{ secrets.WIKITREE_PASSWORD }}