Skip to content

Commit

Permalink
Disabled upload release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchmitz committed Oct 23, 2023
1 parent cb7ee5c commit d82f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
cd ${{ env.build-directory }}
lftp -c "open --user ${{ env.ftp_username }} --password ${{ env.ftp_password }} -p ${{ env.ftp_port }} ${{ env.ftp_server }};set sftp:auto-confirm yes;set ssl:verify-certificate false;mirror --verbose --reverse --continue --parallel=2 documentation/_build/ ${{ env.remote_dir1 }}"
# lftp -c "open --user ${{ env.ftp_username }} --password ${{ env.ftp_password }} -p ${{ env.ftp_port }} ${{ env.ftp_server }};set sftp:auto-confirm yes;set ssl:verify-certificate false;mirror --verbose --reverse --continue --parallel=2 documentation/_build/ ${{ env.remote_dir1 }}"
- name: Deploy development documentation
run: |
Expand Down

0 comments on commit d82f3a4

Please sign in to comment.