Skip to content

ci: Change spaceface777/cancel-workflow-action to styfle/cancel-workflow-action #7961

ci: Change spaceface777/cancel-workflow-action to styfle/cancel-workflow-action

ci: Change spaceface777/cancel-workflow-action to styfle/cancel-workflow-action #7961

Workflow file for this run

name: vlib modules CI
on:
pull_request:
push:
branches:
- master
jobs:
build-module-docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Build V
run: make
- name: Build module documentation
run: ./v doc -m -f html vlib/
- name: Deploy docs to vercel
if: ${{ github.event_name == 'push' && github.event.repository.full_name == 'vlang/v' && github.event.ref == 'refs/heads/master' }}
run: npx vercel --confirm --prod --name vmodules --token ${{ secrets.VERCEL_TOKEN }} vlib/_docs/ || true