Update docs.yaml

This commit is contained in:
gechandesu
2026-05-05 23:11:10 +03:00
committed by GitHub
parent 6daea7e8dd
commit f65457bf44
+1 -3
View File
@@ -13,10 +13,8 @@ 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
git clone --depth=1 https://github.com/vlang/v /tmp/v && cd /tmp/v && make
echo /tmp/v/v >> "$GITHUB_PATH"
/tmp/v/v symlink
- name: Build docs
run: |