Skip to content

Commit

Permalink
chore(CI): update GCC to 13 & print ford version
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Nov 26, 2023
1 parent f428315 commit 94fd6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

env:
FC: gfortran
GCC_V: 12
GCC_V: 13

steps:
- name: Checkout code
Expand All @@ -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
Expand Down

0 comments on commit 94fd6a3

Please sign in to comment.