We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccef9e commit 31f6e20Copy full SHA for 31f6e20
.github/workflows/deploy.yml
@@ -19,4 +19,4 @@ jobs:
19
port: ${{ secrets.REMOTE_PORT }}
20
script: |
21
cd ${{ secrets.DOCS_RUNNER_PATH }}
22
- ./runner.sh a &>/dev/null
+ ${{ secrets.DOCS_RUNNER_COMMAND }}
0 commit comments