Skip to content

Commit

Permalink
remove template condition
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Nov 8, 2024
1 parent 9d98550 commit 2f55d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: ./docs/html/

deploy:
if: ${{ (github.event_name == 'release') && (github.repository != 'NTIA/proplib-template') }}
if: ${{ github.event_name == 'release' }}
needs: build
permissions:
contents: read
Expand Down

0 comments on commit 2f55d04

Please sign in to comment.