File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11name : publish-technical-documentation-next
22
3+ permissions : {}
4+
35on :
46 push :
57 branches :
1315 permissions :
1416 contents : read
1517 id-token : write
16- runs-on : ubuntu-latest
18+ runs-on : ubuntu-24.04
1719 steps :
1820 - uses : actions/checkout@v4
19- - uses : grafana/writers-toolkit/publish-technical-documentation@publish-technical-documentation/v1
21+ with :
22+ persist-credentials : false
23+ - uses : grafana/writers-toolkit/publish-technical-documentation@9ccaaf1f78c5c045229e7088e816925311c67abc
2024 with :
2125 website_directory : content/docs/pyroscope/next
Original file line number Diff line number Diff line change 11name : publish-technical-documentation-release
22
3+ permissions : {}
4+
35on :
46 push :
57 branches :
@@ -15,12 +17,13 @@ jobs:
1517 permissions :
1618 contents : read
1719 id-token : write
18- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04
1921 steps :
2022 - uses : actions/checkout@v4
2123 with :
24+ persist-credentials : false
2225 fetch-depth : 0
23- - uses : grafana/writers-toolkit/publish-technical-documentation-release@publish-technical-documentation-release/v1
26+ - uses : grafana/writers-toolkit/publish-technical-documentation-release@9ccaaf1f78c5c045229e7088e816925311c67abc
2427 with :
2528 release_tag_regexp : " ^v(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)$"
2629 release_branch_regexp : " ^release/v(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)$"
Original file line number Diff line number Diff line change 11name : Update `make docs` procedure
2+
3+ permissions : {}
4+
25on :
36 schedule :
47 - cron : ' 0 7 * * 1-5'
58 workflow_dispatch :
69jobs :
710 main :
811 if : github.repository == 'grafana/pyroscope'
9- runs-on : ubuntu-latest
12+ runs-on : ubuntu-24.04
1013 steps :
1114 - uses : actions/checkout@v4
12- - uses : grafana/writers-toolkit/update-make-docs@update-make-docs/v1
15+ with :
16+ persist-credentials : false
17+ - uses : grafana/writers-toolkit/update-make-docs@9ccaaf1f78c5c045229e7088e816925311c67abc
1318 with :
1419 pr_options : >
1520 --label type/docs
You can’t perform that action at this time.
0 commit comments