Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ttlappalainen committed Mar 25, 2024
2 parents ae21146 + 13ddc8c commit 62bcd64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches: [ matthias-action, master ]
pull_request:
branches: [ master ]

permissions:
contents: read
pages: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -20,7 +24,7 @@ jobs:
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Create a folder for the Doxygen html output
- run: mkdir build
Expand Down

0 comments on commit 62bcd64

Please sign in to comment.