ci: do not stop if docs deployment fails

pull/7525/head
Alexander Medvednikov 2020-12-23 20:04:54 +01:00
parent 500a25a49e
commit 4dfb7dbffa
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ jobs:
- name: Build module documentation
run: ./v doc -m -f html vlib/
- name: Deploy docs to vercel
run: npx vercel --confirm --prod --name vmodules --token ${{ secrets.VERCEL_TOKEN }} vlib/_docs/
run: npx vercel --confirm --prod --name vmodules --token ${{ secrets.VERCEL_TOKEN }} vlib/_docs/ || true