Skip to content

Commit

Permalink
Update github_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros authored Feb 3, 2024
1 parent c66491b commit 12f618e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install requirements
run: |
brew install graphviz ninja doxygen
- name: build
run: cmake --build build -t doc
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 12f618e

Please sign in to comment.