Skip to content

Merge pull request #919 from Sergei-Lebedev/topic/cl_hier_max_tls_sbgp #2617

Merge pull request #919 from Sergei-Lebedev/topic/cl_hier_max_tls_sbgp

Merge pull request #919 from Sergei-Lebedev/topic/cl_hier_max_tls_sbgp #2617

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends doxygen doxygen-latex
- uses: actions/checkout@v1
- name: Build UCC docs
run: |
./autogen.sh
./configure --with-docs-only
make docs
- name: Upload docs
uses: actions/upload-artifact@v2
with:
name: Docs
path: ${{ github.workspace }}/docs/doxygen-doc/ucc.pdf
retention-days: 7