Skip to content

Commit

Permalink
Update .github/workflows/docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Oct 18, 2024
1 parent 0ec7a40 commit 0819701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
shell: cmd /D /E:ON /V:OFF /C "CALL "{0}""
working-directory: .ci
run: |
build_doc.bat> ..\doc\log.txt && type ..\doc\log.txt 2>&1
build_doc.bat > ..\doc\log.txt && type ..\doc\log.txt 2>&1
timeout-minutes: 60
env:
MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
Expand Down

0 comments on commit 0819701

Please sign in to comment.