mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: move _test.v files for vdoc at the same level (#21473)
This commit is contained in:
parent
972a137087
commit
8eaaba6094
36 changed files with 11 additions and 12 deletions
10
.github/workflows/module_docs_ci.yml
vendored
10
.github/workflows/module_docs_ci.yml
vendored
|
@ -24,13 +24,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build V
|
||||
run: make -j4
|
||||
run: make -j4 && ./v symlink
|
||||
- name: Install markdown from vpm
|
||||
run: v retry -- v install markdown
|
||||
- name: Test v doc
|
||||
run: |
|
||||
# While the integration tests (executing the v doc command) should install
|
||||
# markdown automatically, unit tests won't. Run integration tests first.
|
||||
./v test cmd/tools/vdoc/tests/
|
||||
./v test cmd/tools/vdoc/*.v
|
||||
run: ./v test cmd/tools/vdoc/
|
||||
- name: Build module documentation
|
||||
run: ./v doc -m -f html vlib/
|
||||
- name: Deploy docs to vercel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue