Skip to content

Commit

Permalink
Merge pull request #205 from grafana/add-to-workflow
Browse files Browse the repository at this point in the history
add alerting tutorials to workflow
  • Loading branch information
Jayclifford345 authored Jan 16, 2025
2 parents c54a1c5 + 154eeb6 commit b4d21e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/regenerate-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ jobs:
"${GITHUB_WORKSPACE}/grafana/docs/sources/tutorials/alerting-get-started/index.md"
"${GITHUB_WORKSPACE}/killercoda/grafana/alerting-get-started"
working-directory: killercoda/tools/transformer
- run: >
./transformer
"${GITHUB_WORKSPACE}/grafana/docs/sources/tutorials/alerting-get-started-pt2/index.md"
"${GITHUB_WORKSPACE}/killercoda/grafana/alerting-get-started-pt2"
working-directory: killercoda/tools/transformer
- run: >
./transformer
"${GITHUB_WORKSPACE}/grafana/docs/sources/tutorials/alerting-get-started-pt3/index.md"
"${GITHUB_WORKSPACE}/killercoda/grafana/alerting-get-started-pt3"
working-directory: killercoda/tools/transformer
- run: >
./transformer
"${GITHUB_WORKSPACE}/grafana/docs/sources/tutorials/alerting-get-started-pt4/index.md"
"${GITHUB_WORKSPACE}/killercoda/grafana/alerting-get-started-pt4"
working-directory: killercoda/tools/transformer
- run: >
./transformer
"${GITHUB_WORKSPACE}/alloy/docs/sources/tutorials/send-logs-to-loki.md"
Expand Down

0 comments on commit b4d21e2

Please sign in to comment.