Skip to content

Commit

Permalink
Add Deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirShaleev committed Feb 21, 2024
1 parent 420a5f5 commit 17be213
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Build
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.strings.outputs.build-output-dir }}/doc/html

# - run: mkdir docs
# - name: Install theme
# run: ./tools/prepare_doxygen.sh
Expand Down

0 comments on commit 17be213

Please sign in to comment.