Skip to content

Commit b941a17

Browse files
jdbaldryProximyst
andauthored
Add next version docs publishing workflow (#857)
Co-authored-by: Mariell Hoversholm <[email protected]>
1 parent 3bfa553 commit b941a17

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
30+
website_directory: content/docs/grafana-image-renderer/next

0 commit comments

Comments
 (0)