Skip to content

Commit

Permalink
ci: Fix wrong typo which cause ci failed
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jan 5, 2024
1 parent ebc20c7 commit 2029cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
FTPUSER: ${{ secrets.FTPUSER }}
FTPPWD: ${{ secrets.FTPPWD }}
FTPSERVER: ${{ secrets.FTPSERVER }}
un: |
run: |
bash .github/ftp_deploy.sh $FTPUSER $FTPPWD $FTPSERVER build/html nuclei_tools
echo "Click https://doc.nucleisys.com/nuclei_tools to view the latest deployment!"
Expand Down

0 comments on commit 2029cb8

Please sign in to comment.