Merge branch 'unidata_18.2.1' of github.com:Unidata/awips2 into new-grib-doc-changes
Bring over GHA change that no longer restricts mkdocs version
This commit is contained in:
commit
e9855f5591
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
|
- name: Create mkdocs_requirements.txt
|
||||||
run: |
|
run: |
|
||||||
echo "mkdocs==0.17.5" >> mkdocs_requirements.txt
|
echo "mkdocs" >> mkdocs_requirements.txt
|
||||||
echo "mkdocs-unidata==1.5.7" >> mkdocs_requirements.txt
|
echo "mkdocs-unidata" >> mkdocs_requirements.txt
|
||||||
echo "fontawesome_markdown" >> mkdocs_requirements.txt
|
echo "fontawesome_markdown" >> mkdocs_requirements.txt
|
||||||
|
|
||||||
- name: Get pip cache dir
|
- name: Get pip cache dir
|
||||||
|
|
Loading…
Add table
Reference in a new issue