Install lftp in 'deploy to wikitree' action

This commit is contained in:
Przemek Więch 2021-11-30 10:50:33 +01:00
parent 138ead5358
commit 71a365cb23

View File

@ -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 }}