Skip to content

Do not regenerate doxygen documentation from every commit, it just in… #49

Do not regenerate doxygen documentation from every commit, it just in…

Do not regenerate doxygen documentation from every commit, it just in… #49

Workflow file for this run

---
# yamllint disable rule:truthy
name: Doxygen
on:
workflow_run:
# Must restrict to given workflows:
# https://github.com/community/community/discussions/16059
workflows: [MacOS, Windows, linux]
types: [completed]
tags:
- *

Check failure on line 12 in .github/workflows/doxygen.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/doxygen.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
on-anything:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "GITHUB_ACTOR=$GITHUB_ACTOR" >> $GITHUB_ENV
- run: echo "SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
- run: ci/api-docs.sh