This commit is contained in:
gechandesu 2025-03-29 20:24:12 +03:00 committed by GitHub
parent 0a231f6ba2
commit 755db6988c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@ jobs:
uses: actions/checkout@v4
- name: Setup V
uses: vlang/setup-v@v1
with:
check-latest: true
run: |
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
unzip -q /tmp/v.zip -d /tmp
- name: Build docs
run: |
v doc -f html -m .
/tmp/v doc -f html -m .
pushd _docs
ln -vs licenseid.html index.html
ls -alFh