github.com/grafana/pyroscope@v1.18.0/.github/workflows/publish-technical-documentation-next.yml (about)

     1  name: publish-technical-documentation-next
     2  
     3  permissions: {}
     4  
     5  on:
     6    push:
     7      branches:
     8        - main
     9      paths:
    10        - "docs/sources/**"
    11    workflow_dispatch:
    12  jobs:
    13    sync:
    14      if: github.repository == 'grafana/pyroscope'
    15      permissions:
    16        contents: read
    17        id-token: write
    18      runs-on: ubuntu-x64-small
    19      steps:
    20        - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
    21          with:
    22            persist-credentials: false
    23        - uses: grafana/writers-toolkit/publish-technical-documentation@9cd40a7f81073bfcad984f1e93dc89eae8a9b464
    24          with:
    25            website_directory: content/docs/pyroscope/next