Skip to content

Commit

Permalink
docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 9, 2023
1 parent 270d298 commit c04184a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
with:
python-version: '3.10'

- name: Install Requirements
run: |
sudo pip install mkdocs-material mkdocs-static-i18n==0.31
- name: Install Python requirements
run: pip install -r requirements.txt

- name: Install Transifex client
run: |
Expand Down
5 changes: 5 additions & 0 deletions docs/.utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdocs-material==8.5.4
mkdocs-static-i18n==0.31
PyGithub==1.55
python-dotenv==0.19.2
python-frontmatter==1.0.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ pytest
pyodbc
pyyaml
future
python-dotenv==0.19.2
python-frontmatter==1.0.0

0 comments on commit c04184a

Please sign in to comment.