Skip to content

Commit f7fd71c

Browse files
authored
New Update doxygen.yml
1 parent cc72712 commit f7fd71c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/doxygen.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ on:
3131
schedule:
3232
- cron: '0 16 30 * *'
3333
workflow_dispatch:
34-
3534
concurrency:
3635
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3736
cancel-in-progress: true
@@ -61,6 +60,8 @@ jobs:
6160
cd documentation
6261
doxygen Doxyfile
6362
cat Doxyfile
63+
doxygen Doxyfile.1.9.1
64+
cat Doxyfile.1.9.1
6465
6566
- name: Upload static files as artifact
6667
id: deployment
@@ -78,4 +79,4 @@ jobs:
7879
steps:
7980
- name: Deploy to GitHub Pages
8081
id: deployment
81-
uses: actions/deploy-pages@main
82+
uses: actions/deploy-pages@main

0 commit comments

Comments
 (0)