Update deploy_docs.yml

small changes to match my local build environment to see if this fixes the gha for deploying the website
This commit is contained in:
srcarter3 2024-04-23 13:27:52 -06:00 committed by GitHub
parent 207e13df32
commit c502b8de88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,8 +27,8 @@ jobs:
- name: Create mkdocs_requirements.txt
run: |
echo "markdown==3.3.7" >> mkdocs_requirements.txt
echo "mkdocs" >> mkdocs_requirements.txt
echo "markdown==3.3.4" >> mkdocs_requirements.txt
echo "mkdocs==1.3.0" >> mkdocs_requirements.txt
echo "mkdocs-unidata" >> mkdocs_requirements.txt
echo "fontawesome_markdown" >> mkdocs_requirements.txt