diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml new file mode 100644 index 000000000..3915ac064 --- /dev/null +++ b/.github/workflows/documentation.yml @@ -0,0 +1,22 @@ +name: Documentation +on: + push: + branches: + - master +jobs: + documentation: + name: Documentation + runs-on: ubuntu-20.04 + timeout-minutes: 30 + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + persist-credentials: false + - name: Install dependencies + run: | + sudo apt update || true + sudo apt --yes --no-install-recommends install doxygen + - name: Generate documentation + run: | + doxygen