1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tutorials: move vweb tutorial inside its own folder (#8930)

This commit is contained in:
StunxFS
2021-03-04 09:24:07 -04:00
committed by GitHub
parent 4f02da00ba
commit c9a9f948be
15 changed files with 3 additions and 4 deletions

View File

@@ -126,8 +126,7 @@ jobs:
run: ./v build-vbinaries
- name: Test v tutorials
run: |
cd tutorials/code/blog
../../../v .
./v tutorials/building_a_simple_web_blog_with_vweb/code/blog
# Alpine docker pre-built container
alpine-docker-musl-gcc: