Skip to content

Commit

Permalink
Revert "fix(CI): ford workaround -- no search index"
Browse files Browse the repository at this point in the history
This reverts commit 073c0ff.
  • Loading branch information
rouson committed Nov 26, 2023
1 parent 073c0ff commit f428315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build Developer Documenation
run: |
# Turn warnings into errors
ford --no-search ford.md > ford_output.txt
ford ford.md > ford_output.txt
cat ford_output.txt; if grep -q -i Warning ford_output.txt; then exit 1; fi
cp ./README.md ./doc/html
- name: Upload Documentation
Expand Down

0 comments on commit f428315

Please sign in to comment.