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 (#1643)

Signed-off-by: Steve Richards <srichards@mirantis.com>
This commit is contained in:
steve richards 2020-12-03 14:01:43 +00:00 committed by GitHub
parent 4e8fb65a2e
commit b8e190e8fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ jobs:
- name: Verify that the markdown is valid - name: Verify that the markdown is valid
run: | run: |
yarn run verify-docs yarn run verify-docs
rm -fr site
- name: mkdocs deploy master - name: mkdocs deploy master
if: contains(github.ref, 'refs/heads/master') if: contains(github.ref, 'refs/heads/master')