Update docs.yaml

This commit is contained in:
gechandesu
2026-05-05 23:08:07 +03:00
committed by GitHub
parent 95ceb5aeac
commit 21e601d0cc
+3 -2
View File
@@ -13,8 +13,9 @@ jobs:
- name: Setup V
run: |
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
unzip -q /tmp/v.zip -d /tmp
#wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
#unzip -q /tmp/v.zip -d /tmp
git clone --depth=1 https://github.com/vlang/v /tmp/ && cd /tmp && make
echo /tmp/v >> "$GITHUB_PATH"
- name: Build docs