Skip to content

Commit

Permalink
Added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Jan 30, 2025
1 parent 706b8d2 commit b16869b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

- name: Install dependencies
run: |
pip install mkdocs-material
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build and Deploy
run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This website is built with Material for MkDocs. The guide below describes how to
## Install mkdocs

``` bash
pip install mkdocs-material
pip install -r requirements.txt
```

## Run the mkdocs Server
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mkdocs
mkdocs-material
pymdown-extensions

0 comments on commit b16869b

Please sign in to comment.