From b8e190e8fd269e66eb5378e6c2ae7b511a2259f5 Mon Sep 17 00:00:00 2001 From: steve richards Date: Thu, 3 Dec 2020 14:01:43 +0000 Subject: [PATCH] Removed generated site dir from the verify docs step (#1643) Signed-off-by: Steve Richards --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25e259be6f..b26d80a856 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,6 +49,7 @@ jobs: - name: Verify that the markdown is valid run: | yarn run verify-docs + rm -fr site - name: mkdocs deploy master if: contains(github.ref, 'refs/heads/master')