Compare commits

..

No commits in common. "d62e8981c2479f6783795c66cce16b4975a402a7" and "b6611cfd2f93b15a58276be9ba381ade84489661" have entirely different histories.

View File

@ -11,7 +11,6 @@ trigger:
- master - master
steps: steps:
- name: build - name: build
#ARM version of mkDocs #ARM version of mkDocs
image: ghcr.io/afritzler/mkdocs-material:8.1.0 image: ghcr.io/afritzler/mkdocs-material:8.1.0
@ -49,18 +48,18 @@ steps:
format: markdown format: markdown
message: > message: >
{{#success build.status}} {{#success build.status}}
βœ… Build #{{build.number}} of `{{repo.name}}` succeeded. βœ… Build #{{build.number}} of `{{repo.name}}` succeeded.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`: πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
``` ```
{{commit.message}} {{commit.message}}
``` ```
🌐 {{ build.link }} 🌐 {{ build.link }}
{{else}} {{else}}
❌ Build #{{build.number}} of `{{repo.name}}` failed. ❌ Build #{{build.number}} of `{{repo.name}}` failed.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`: πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
``` ```
{{commit.message}} {{commit.message}}
``` ```
🌐 {{ build.link }} 🌐 {{ build.link }}
{{/success}} {{/success}}