1
0
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:
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

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