Skip to content

CLA assistant: Add process to recheck all PRs (#1292) #594

CLA assistant: Add process to recheck all PRs (#1292)

CLA assistant: Add process to recheck all PRs (#1292) #594

name: publish-technical-documentation
permissions: {}
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: ./publish-technical-documentation
with:
website_directory: content/docs/writers-toolkit