Skip to content

Commit 7430892

Browse files
committed
Don't include readme in documentation
1 parent c2c3097 commit 7430892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
# FIXME Remove this once v doc will create the output directory by itself
2424
mkdir -p $DOCS_DIR
2525
26-
v doc -f html -inline-assets -no-timestamp -readme -o $DOCS_DIR $MODULE_DIR
26+
v doc -f html -inline-assets -no-timestamp -o $DOCS_DIR $MODULE_DIR
2727
2828
# FIXME Remove once v doc will allow to specify a file name for output file
2929
rm -f $DOCS_DIR/index.html

0 commit comments

Comments
 (0)