Skip to content

Commit

Permalink
Fix docs CI mistake (#1308)
Browse files Browse the repository at this point in the history
* Fix docs CI mistake.

* Don't fail on warnings yet.
  • Loading branch information
jrood-nrel authored Sep 24, 2024
1 parent 7bc71b5 commit 82d357b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Nalu-Wind-Docs

on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]

concurrency:
group: ${{github.ref}}-${{github.head_ref}}-docs
Expand Down 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 82d357b

Please sign in to comment.