Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
DeveloperPaul123 authored Oct 26, 2022
1 parent e867899 commit 3040c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "*"
workflow_dispatch:

env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
Expand All @@ -23,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
choco install doxygen.install -y
choco install Graphviz -y
- name: Build
run: |
Expand Down

0 comments on commit 3040c33

Please sign in to comment.