This commit is contained in:
adueck 2023-11-26 00:47:33 +04:00
parent d742f0eed7
commit d0f638ae61
1 changed files with 6 additions and 7 deletions

View File

@ -16,13 +16,12 @@ jobs:
env:
LINGDOCS_NPM_TOKEN: ${{ secrets.LINGDOCS_NPM_TOKEN }}
steps:
- name: create tarball of account files
uses: actions/checkout@v3
run: |
cd account
npm install
cd ..
tar --exclude-vcs -czf account.tar.gz account
- uses: actions/checkout@v3
- run: |
cd account
npm install
cd ..
tar --exclude-vcs -czf account.tar.gz account
- name: copy tarball to server
uses: appleboy/scp-action@v0.1.4
with: