newpipe-documentation/.github/workflows/ci.yml

29 lines
399 B
YAML
Raw Normal View History

2021-11-28 21:51:10 +00:00
name: CI
2021-11-28 20:53:09 +00:00
on:
push:
branches:
- master
pull_request:
2021-11-28 20:58:04 +00:00
workflow_dispatch:
2021-11-28 20:53:09 +00:00
jobs:
2021-11-28 21:51:10 +00:00
build:
2021-11-28 20:53:09 +00:00
runs-on: ubuntu-latest
2021-11-28 21:51:10 +00:00
2021-11-28 20:53:09 +00:00
steps:
- uses: actions/checkout@v2
2021-11-28 21:51:10 +00:00
- name: Build docs
run: bash ci/docker-build.sh
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-11-28 20:53:09 +00:00
- name: Verify links
run: bash ci/docker-linkcheck.sh