We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71125eb commit 2cce4beCopy full SHA for 2cce4be
.github/workflows/documentation.yaml
@@ -16,6 +16,7 @@ jobs:
16
17
- name: Install dependencies
18
run: |
19
+ brew install boost
20
brew install doxygen
21
pip3 install jinja2 Pygments
22
@@ -37,5 +38,4 @@ jobs:
37
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
publish_dir: ./build/doxygen/html
- tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
41
- tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'
+ tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }} tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'
0 commit comments