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:
parent
4e8fb65a2e
commit
b8e190e8fd
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user