Skip to content

Commit

Permalink
Test doc gen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys authored Oct 24, 2023
1 parent bee5940 commit bbb8b4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
- test_ubuntu_and_mac
- test_amazon_linux
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Install Doxygen
run: sudo apt-get install doxygen -y
Expand All @@ -136,7 +138,7 @@ jobs:
- name: Run Doxygen
run: doxygen ./Doxyfile
- name: Deploy to gh-pages
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
if: ${{ github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bbb8b4c

Please sign in to comment.