ci: fix build x4

This commit is contained in:
gechandesu 2025-03-29 19:49:14 +03:00 committed by GitHub
parent 2429fcf6f7
commit e3101160e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
path: licanseid path: licenseid
- name: Setup V - name: Setup V
uses: vlang/setup-v@v1 uses: vlang/setup-v@v1
@ -23,9 +23,7 @@ jobs:
- name: Build docs - name: Build docs
run: | run: |
v doctor v doctor
ls -alFh
pushd licenseid pushd licenseid
ls -alFh
v doc -f html -m . v doc -f html -m .
ln -s _docs/licenseid.html _docs/index.html ln -s _docs/licenseid.html _docs/index.html
ls -alFh _docs/ ls -alFh _docs/