diff options
Diffstat (limited to '.github/workflows/regenerate-toc.yml')
| -rw-r--r-- | .github/workflows/regenerate-toc.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/regenerate-toc.yml b/.github/workflows/regenerate-toc.yml index 973bbcf95..0573f21fd 100644 --- a/.github/workflows/regenerate-toc.yml +++ b/.github/workflows/regenerate-toc.yml @@ -22,6 +22,11 @@ jobs: ref: ${{ github.event.client_payload.pull_request.base.ref }} path: target-branch + - name: Install Mono + run: | + sudo apt-get update + sudo apt-get install -y mono-complete + - name: Regenerate Table of Contents id: regen run: | |
