ci: fix build x5

This commit is contained in:
gechandesu 2025-03-29 20:05:12 +03:00 committed by GitHub
parent f409fcee70
commit e2fa558ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,12 +22,13 @@ jobs:
- name: Build docs
run: |
v doctor
pushd licenseid
ls -alFh
v doc -f html -m .
ln -vs _docs/licenseid.html _docs/index.html
ls -alFh _docs/
pushd _docs
ln -vs licenseid.html index.html
ls -alFh
popd
popd
- name: Upload static files as artifact