mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-02-18 02:55:48 +00:00
Install lftp in 'deploy to wikitree' action
This commit is contained in:
parent
138ead5358
commit
71a365cb23
2
.github/workflows/deploy-wikitree-apps.yml
vendored
2
.github/workflows/deploy-wikitree-apps.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
|||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- run: npm run cy:start-and-run
|
- run: npm run cy:start-and-run
|
||||||
|
- name: Install lftp
|
||||||
|
run: sudo apt-get install -y lftp
|
||||||
- run: npm run deploy-wikitree
|
- run: npm run deploy-wikitree
|
||||||
env:
|
env:
|
||||||
LFTP_PASSWORD: ${{ secrets.WIKITREE_PASSWORD }}
|
LFTP_PASSWORD: ${{ secrets.WIKITREE_PASSWORD }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user