test
This commit is contained in:
parent
2d7aea66e1
commit
52cae1a662
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ jobs:
|
|||
run: |
|
||||
ssh -i ~/.ssh/id_rsa -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "touch CD_TEST.txt"
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v1
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: Mkdocs_files
|
||||
- name: Send the Mkdocs_files
|
||||
|
|
Loading…
Reference in a new issue