Skip to content

Commit

Permalink
Disable sftp for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Aug 29, 2023
1 parent 575d5bc commit 7b9af99
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/doc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
git add .
git commit -m "Update documentation" -a || true
- uses: wangyucode/[email protected]
with:
host: ${{ secrets.SFTP_HOST }}
port: 22
username: ${{ secrets.SFTP_USER }}
password: ${{ secrets.SFTP_PASSWD }}
forceUpload: false
localDir: 'docs/'
remoteDir: '/run/www/docs/'
exclude: ''
dryRun: false
#- uses: wangyucode/[email protected]
# with:
# host: ${{ secrets.SFTP_HOST }}
# port: 22
# username: ${{ secrets.SFTP_USER }}
# password: ${{ secrets.SFTP_PASSWD }}
# forceUpload: false
# localDir: 'docs/'
# remoteDir: '/run/www/docs/'
# exclude: ''
# dryRun: false

- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 7b9af99

Please sign in to comment.