From 7f756828c92fdf5c08ce9de5a975c11b6c972e14 Mon Sep 17 00:00:00 2001 From: Steve Richards Date: Thu, 3 Dec 2020 13:54:58 +0000 Subject: [PATCH] Removed generated site dir from the verify docs step 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')