We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./v doc -m -f html -unsafe-run-examples -time vlib/
1 parent bd40828 commit cdbedc4Copy full SHA for cdbedc4
.github/workflows/module_docs_ci.yml
@@ -39,8 +39,8 @@ jobs:
39
run: v retry -- v install markdown
40
- name: Test v doc
41
run: ./v test cmd/tools/vdoc/
42
- - name: Build module documentation
43
- run: ./v doc -m -f html vlib/
+ - name: Build module documentation and check the examples in the comments
+ run: ./v doc -m -f html -unsafe-run-examples -time vlib/
44
- name: Deploy docs to vercel
45
if: github.event_name == 'push' && github.repository == 'vlang/v' && github.ref == 'refs/heads/master'
46
run: npx vercel --confirm --prod --name vmodules --token ${{ secrets.VERCEL_TOKEN }} vlib/_docs/ || true
0 commit comments