Skip to content

Commit

Permalink
Disable documentation push
Browse files Browse the repository at this point in the history
  • Loading branch information
dellagd authored Mar 30, 2024
1 parent 23e9b33 commit 5f0f977
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
- uses: actions/download-artifact@v4

- run: find .
- name: copy file via ssh password
uses: appleboy/[email protected]
with:
host: ${{ secrets.WEBMASTER_SSH_HOST }}
username: ${{ secrets.WEBMASTER_SSH_USERNAME }}
password: ${{ secrets.WEBMASTER_SSH_KEY }}
port: ${{ secrets.WEBMASTER_SSH_PORT }}
source: "*"
target: /var/www/html/photonvision-docs/
# - name: copy file via ssh password
# uses: appleboy/[email protected]
# with:
# host: ${{ secrets.WEBMASTER_SSH_HOST }}
# username: ${{ secrets.WEBMASTER_SSH_USERNAME }}
# password: ${{ secrets.WEBMASTER_SSH_KEY }}
# port: ${{ secrets.WEBMASTER_SSH_PORT }}
# source: "*"
# target: /var/www/html/photonvision-docs/

0 comments on commit 5f0f977

Please sign in to comment.