diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b0059a58e..de37e6221 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -9,7 +9,7 @@ jobs: env: FC: gfortran - GCC_V: 12 + GCC_V: 13 steps: - name: Checkout code @@ -23,6 +23,7 @@ jobs: - name: Build Developer Documenation run: | # Turn warnings into errors + ford --version 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