Skip to content

Commit

Permalink
Exit with warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 25, 2024
1 parent 877d75a commit 3acee30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
egrep "WARNING:" build-output.txt | sort | uniq | \
awk 'BEGIN{i=0}{print $0}{i++}END{print "Warnings: "i}' > build-output-warnings.txt
cat build-output-warnings.txt
#exit $(tail -n 1 build-output-warnings.txt | awk '{print $2}')
exit $(tail -n 1 build-output-warnings.txt | awk '{print $2}')
- name: Deploy
if: github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 3acee30

Please sign in to comment.