Laura Cabayol Garcia commited on
Commit
fec263e
·
1 Parent(s): 9e0ce50

deploy docs

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy_docs.yml +2 -0
.github/workflows/deploy_docs.yml CHANGED
@@ -35,6 +35,8 @@ jobs:
35
  uses: actions/checkout@v4
36
  - name: Setup Python 3.x
37
  uses: actions/setup-python@v4
 
 
38
  with:
39
  python_version: '3.x' # Uses latest 3.x version.
40
  - name: Build Docs
 
35
  uses: actions/checkout@v4
36
  - name: Setup Python 3.x
37
  uses: actions/setup-python@v4
38
+ - name: Install dependencies
39
+ run: pip install mkdocs-material
40
  with:
41
  python_version: '3.x' # Uses latest 3.x version.
42
  - name: Build Docs