Skip to content

Commit

Permalink
updated footer.html path in doxy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu7950 committed Mar 7, 2024
1 parent 491c75e commit b2f6675
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Doxygen Action

on:
push:
branches: [ main ]
branches: [ aa/doxyfix ]
pull_request:
branches: [ aa/doxyfix ]

jobs:
build:
Expand All @@ -15,7 +17,7 @@ jobs:
- name: Update Footer with Commit Hash
run: |
COMMIT_HASH=$(git rev-parse --short HEAD)
sed -i "s/@COMMIT_HASH@/$COMMIT_HASH/g" footer.html
sed -i "s/@COMMIT_HASH@/$COMMIT_HASH/g" data/gh-pages-assets/pages/footer.html
- name: Doxygen Action
uses: mattnotmitt/[email protected]
Expand Down

0 comments on commit b2f6675

Please sign in to comment.