Skip to content

Commit

Permalink
Workflow for docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Chmielnik committed Feb 19, 2024
1 parent 69ee358 commit 3ed9b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
sudo apt install lftp -y
lftp --version
lftp -u ${{ secrets.SFTP_USERNAME }}, -e "set sftp:connect-program 'ssh -a -x -o StrictHostKeyChecking=no'; mirror --reverse --parallel=5 --verbose _site/ /var/www/${{ env.WEBSITE_URL }}/html/; quit" sftp://${{ secrets.SFTP_SERVER }}
lftp -u ${{ secrets.SFTP_USERNAME }}, -e "set sftp:connect-program 'ssh -a -x -o StrictHostKeyChecking=no'; mirror --reverse --parallel=20 --verbose _site/ /var/www/${{ env.WEBSITE_URL }}/html/; quit" sftp://${{ secrets.SFTP_SERVER }}
# post_deploy:
# needs: deploy
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ed9b5a

Please sign in to comment.