Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 8, 2021
1 parent 6f0a4b9 commit 946b813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Checks
on:
push:
paths:
- '**.md'
# Triggered when code is pushed to any branch in a repository
on: push

jobs:
markdown_checks:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml)
[![Dist DEV https://dev.merginmaps.com/docs](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml)
[![Dist PROD https://merginmaps.com/docs](https://github.com/MerginMaps/docs/actions/workflows/dist-prod.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-prod.yml)
[![Build and Test](https://github.com/MerginMaps/docs/actions/workflows/build.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/build.yml)
[![Deploy DEV](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-dev.yml)
[![Deploy PROD](https://github.com/MerginMaps/docs/actions/workflows/dist-prod.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/dist-prod.yml)
[![Markdown Checks](https://github.com/MerginMaps/docs/actions/workflows/checks.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/checks.yml)
[![Depedabot](https://github.com/MerginMaps/docs/actions/workflows/depedabot.yml/badge.svg)](https://github.com/MerginMaps/docs/actions/workflows/depedabot.yml)

Expand Down

0 comments on commit 946b813

Please sign in to comment.