ci: fix
This commit is contained in:
parent
0a231f6ba2
commit
755db6988c
8
.github/workflows/docs.yaml
vendored
8
.github/workflows/docs.yaml
vendored
@ -14,13 +14,13 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup V
|
- name: Setup V
|
||||||
uses: vlang/setup-v@v1
|
run: |
|
||||||
with:
|
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||||
check-latest: true
|
unzip -q /tmp/v.zip -d /tmp
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: |
|
run: |
|
||||||
v doc -f html -m .
|
/tmp/v doc -f html -m .
|
||||||
pushd _docs
|
pushd _docs
|
||||||
ln -vs licenseid.html index.html
|
ln -vs licenseid.html index.html
|
||||||
ls -alFh
|
ls -alFh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user