Update k6 Studio page in k6 OSS docs (#1931) #70
This file contains hidden or 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-k6 | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - "docs/sources/k6/**" | |
| workflow_dispatch: | |
| jobs: | |
| sync: | |
| if: github.repository == 'grafana/k6-docs' | |
| 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: | |
| source_directory: docs/sources/k6 | |
| website_directory: content/docs/k6 |