Skip to content

Commit 2cce4be

Browse files
committed
fix missing deps
1 parent 71125eb commit 2cce4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
- name: Install dependencies
1818
run: |
19+
brew install boost
1920
brew install doxygen
2021
pip3 install jinja2 Pygments
2122
@@ -37,5 +38,4 @@ jobs:
3738
with:
3839
github_token: ${{ secrets.GITHUB_TOKEN }}
3940
publish_dir: ./build/doxygen/html
40-
tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
41-
tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'
41+
tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }} tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'

0 commit comments

Comments
 (0)