1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: do not stop if docs deployment fails

This commit is contained in:
Alexander Medvednikov 2020-12-23 20:04:54 +01:00
parent 500a25a49e
commit 4dfb7dbffa

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