Skip to content

Commit

Permalink
doc(deploy-docs.yml): mv comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Nov 26, 2023
1 parent d67afc1 commit bd300eb
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 @@ -22,9 +22,9 @@ jobs:
sudo pip install ford markdown==3.3.4
- name: Build Developer Documenation
run: |
# Turn warnings into errors
ford --version
ford ford.md > ford_output.txt
# Turn warnings into errors
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 bd300eb

Please sign in to comment.