Skip to content

Commit

Permalink
Update SCP action in publish-documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leodip committed Jan 14, 2024
1 parent 1104873 commit 11bf2fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ jobs:
tar -cvzf site.tar.gz ./site
- name: copy file via ssh key
uses: appleboy/scp-action@v0.1.7
uses: appleboy/scp-action@master
with:
host: ${{ secrets.MKDOCS_HOST }}
username: ${{ secrets.MKDOCS_USERNAME }}
port: ${{ secrets.MKDOCS_PORT }}
key: ${{ secrets.MKDOCS_KEY }}
source: "./mkdocs/site.tar.gz"
target: ${{ secrets.MKDOCS_TARGET }}
target: ${{ secrets.MKDOCS_TARGET }}
overwrite: true

0 comments on commit 11bf2fe

Please sign in to comment.