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:
parent
207e13df32
commit
c502b8de88
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy_docs.yml
vendored
4
.github/workflows/deploy_docs.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue