Skip to content

Commit d28bb5d

Browse files
fix: remove examples directory during documentation build process
1 parent f6b806c commit d28bb5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Build docs
2929
run: |
3030
pushd vsl
31+
rm -rf examples
3132
rm -f README.md
3233
mv static/DOCS.md README.md
3334
v doc -readme -m -f html .

0 commit comments

Comments
 (0)