Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ on:
schedule:
- cron: '0 16 30 * *'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -61,6 +60,8 @@ jobs:
cd documentation
doxygen Doxyfile
cat Doxyfile
doxygen Doxyfile.1.9.1
cat Doxyfile.1.9.1

- name: Upload static files as artifact
id: deployment
Expand All @@ -78,4 +79,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@main