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 0ec7a40 commit 0819701Copy full SHA for 0819701
.github/workflows/docs.yml
@@ -146,7 +146,7 @@ jobs:
146
shell: cmd /D /E:ON /V:OFF /C "CALL "{0}""
147
working-directory: .ci
148
run: |
149
- build_doc.bat> ..\doc\log.txt && type ..\doc\log.txt 2>&1
+ build_doc.bat > ..\doc\log.txt && type ..\doc\log.txt 2>&1
150
timeout-minutes: 60
151
env:
152
MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
0 commit comments