Skip to content

Commit 31f6e20

Browse files
authored
Update deploy.yml
1 parent eccef9e commit 31f6e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
port: ${{ secrets.REMOTE_PORT }}
2020
script: |
2121
cd ${{ secrets.DOCS_RUNNER_PATH }}
22-
./runner.sh a &>/dev/null
22+
${{ secrets.DOCS_RUNNER_COMMAND }}

0 commit comments

Comments
 (0)