Skip to content

Commit

Permalink
Don't fail on warnings yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 24, 2024
1 parent ec3ddd6 commit 25b36dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
12 changes: 0 additions & 12 deletions .readthedocs.yml

This file was deleted.

0 comments on commit 25b36dd

Please sign in to comment.