ci: fix module_docs.yml (at the cost of 1 yamllint error :-| )
parent
732d8101e0
commit
677ef7bb08
|
@ -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