mirror of
https://github.com/traefik/mesh.git
synced 2026-05-02 18:32:32 +00:00
21 lines
295 B
YAML
21 lines
295 B
YAML
name: Build Documentation
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
|
|
docs:
|
|
name: Doc package
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Check out code
|
|
uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
|
|
- name: Package documentation
|
|
run: make docs-package
|