1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Removed generated site dir from the verify docs step

Signed-off-by: Steve Richards <srichards@mirantis.com>
This commit is contained in:
Steve Richards 2020-12-03 13:54:58 +00:00
parent 3aa66eac05
commit 7f756828c9

View File

@ -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')