Add sentence for second person to style guide (#865) #491
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 | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "docs/sources/**" | |
workflow_dispatch: | |
jobs: | |
sync: | |
if: github.repository == 'grafana/writers-toolkit' | |
permissions: | |
contents: read | |
id-token: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./publish-technical-documentation | |
with: | |
website_directory: content/docs/writers-toolkit |