diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f4dda21..a8c2a58 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -21,7 +21,7 @@ jobs: sudo apt install -y gfortran-${GCC_V} python3-dev python3 build-essential numdiff graphviz sudo pip install ford markdown==3.3.4 - - name: Build Developer Documenation + - name: Build Developer Documentation run: | # Turn warnings into errors ford doc-generator.md > ford_output.txt @@ -29,7 +29,7 @@ jobs: cp ./README.md ./doc/html - name: Upload Documentation - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: documentation path: doc/html