ci: fix module_docs.yml (at the cost of 1 yamllint error :-| )

pull/10866/head
Delyan Angelov 2021-07-19 18:07:42 +03:00
parent 732d8101e0
commit 677ef7bb08
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 2 deletions

View File

@ -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