From 35c5f108d8187f55d43c17a6510789b120019667 Mon Sep 17 00:00:00 2001 From: Jason Field Date: Sun, 31 May 2020 17:52:53 +0100 Subject: [PATCH] Relocate config file --- .github/workflows/md-links.yml | 1 - .github/workflows/mlc_config.json => mlc_config.json | 0 2 files changed, 1 deletion(-) rename .github/workflows/mlc_config.json => mlc_config.json (100%) diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index a9b052be..f7662611 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -18,4 +18,3 @@ jobs: with: use-verbose-mode: 'yes' folder-path: 'documentation' - config-file: .github/workflows/mlc_config.json diff --git a/.github/workflows/mlc_config.json b/mlc_config.json similarity index 100% rename from .github/workflows/mlc_config.json rename to mlc_config.json