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 22, 2024
1 parent 7e22ab3 commit 29ff5c4
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 @@ -61,7 +61,7 @@ jobs:
run: |
sudo apt install lftp -y
lftp --version
cp -r _site upload/${{ env.WEBSITE_VERSION }}
mkdir -p upload && cp -r _site/ upload/${{ env.WEBSITE_VERSION }}
echo "Start SFTP upload"
lftp -u ${{ secrets.SFTP_USERNAME }}, -e "set sftp:connect-program 'ssh -a -x -o StrictHostKeyChecking=no'; mirror --reverse --parallel=20 --verbose upload/ /var/www/${{ env.WEBSITE_URL }}/html/; quit" sftp://${{ secrets.SFTP_SERVER }}
Expand Down

0 comments on commit 29ff5c4

Please sign in to comment.