mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix module_docs.yml (at the cost of 1 yamllint error :-| )
This commit is contained in:
parent
732d8101e0
commit
677ef7bb08
3
.github/workflows/module_docs.yml
vendored
3
.github/workflows/module_docs.yml
vendored
@ -17,5 +17,4 @@ jobs:
|
||||
run: ./v doc -m -f html vlib/
|
||||
- name: Deploy docs to vercel
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: npx vercel --confirm --prod --name vmodules \
|
||||
--token ${{ secrets.VERCEL_TOKEN }} vlib/_docs/ || true
|
||||
run: npx vercel --confirm --prod --name vmodules --token ${{ secrets.VERCEL_TOKEN }} vlib/_docs/ || true
|
||||
|
Loading…
Reference in New Issue
Block a user