Skip to content

Commit 2e8274c

Browse files
committed
Updated workflows
1 parent 9827d81 commit 2e8274c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
branches: [ "master" ]
88

99
jobs:
10-
1110
build:
12-
1311
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1414

1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/doxygen-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
branch: gh-pages
2525
folder: docs/html
2626
config_file: Doxyfile
27-
doxygen_version: 1.15.0
27+
doxygen_version: 1.15.0

0 commit comments

Comments
 (0)