Update docs.yaml
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
#wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
#wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||||
#unzip -q /tmp/v.zip -d /tmp
|
#unzip -q /tmp/v.zip -d /tmp
|
||||||
git clone --depth=1 https://github.com/vlang/v /tmp/ && cd /tmp && make
|
git clone --depth=1 https://github.com/vlang/v /tmp/v && cd /tmp/v && make
|
||||||
echo /tmp/v >> "$GITHUB_PATH"
|
echo /tmp/v/v >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user