ci: fix build x2

This commit is contained in:
gechandesu 2025-03-29 19:40:30 +03:00 committed by GitHub
parent 950fd84ae6
commit c771a8671f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,15 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup V
uses: vlang/setup-v@v1
with:
check-latest: true
- name: Build docs - name: Build docs
run: | run: |
wget -q https://github.com/vlang/v/releases/latest/download/v_linux.zip -O /tmp/v_linux.zip v doc -m . -f html -o doc/
unzip -q /tmp/v_linux.zip -d /tmp
/tmp/v/v doc -m . -f html -o doc/
ln -s doc/licenseid.html doc/index.html ln -s doc/licenseid.html doc/index.html
ls -alFh doc/ ls -alFh doc/