fix: fix bug in query result marshaling for invalid utf8 characters (… #182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: publish-technical-documentation-next | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "docs/sources/**" | |
workflow_dispatch: | |
jobs: | |
sync: | |
if: github.repository == 'grafana/loki' | |
permissions: | |
contents: read | |
id-token: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: grafana/writers-toolkit/publish-technical-documentation@publish-technical-documentation/v1 | |
with: | |
website_directory: content/docs/loki/next |