Skip to content

Commit

Permalink
Work
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmjartan committed Mar 11, 2024
1 parent b685ca0 commit b7eee8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-examples-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
- name: fix NOTICE file declared license
run: |
# fix NOTICE file declared license
cp NOTICE NOTICE_backup
# cp NOTICE NOTICE_backup
# we need delete license definition of declared licenses are empty it looks like:
#
# * Declared Licenses *
# No licenses found
awk '/\* Declared Licenses \*/{getline nextLine;if(nextLine=="No licenses found")next}1' NOTICE > NOTICE.tmp && mv NOTICE.tmp NOTICE
sed -i '/[*] Declared Licenses [*]/ {N; /No licenses found/d;}' NOTICE
- name: Git commit and push
run: |
Expand Down

0 comments on commit b7eee8e

Please sign in to comment.