error_code: exclude self from template ctor, explicit copy/move defaults #155
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: doxygen | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - name: Install graphviz | |
| run: sudo apt install graphviz | |
| - uses: DenverCoder1/doxygen-github-pages-action@v1.3.0 | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |