We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfa553 commit b941a17Copy full SHA for b941a17
.github/workflows/publish-technical-documentation-next.yml
@@ -0,0 +1,30 @@
1
+name: Documentation publication
2
+
3
+permissions: {}
4
5
+concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: true
8
9
+on:
10
+ push:
11
+ branches:
12
+ - main
13
+ paths:
14
+ - "docs/sources/**"
15
+ workflow_dispatch:
16
17
+jobs:
18
+ sync:
19
+ if: github.repository == 'grafana/grafana-image-renderer'
20
+ permissions:
21
+ contents: read
22
+ id-token: write
23
+ runs-on: ubuntu-latest
24
+ steps:
25
+ - uses: actions/checkout@v5
26
+ with:
27
+ persist-credentials: false
28
+ - uses: grafana/writers-toolkit/publish-technical-documentation@9aed4f7c5b3caa1b58d72ee39232333407d4acbf # publish-technical-documentation/v1
29
30
+ website_directory: content/docs/grafana-image-renderer/next
0 commit comments