Skip to content

Commit

Permalink
Merge pull request #40 from antoniomtz/github-actions-dependencies
Browse files Browse the repository at this point in the history
Adding github pages dependencies
  • Loading branch information
antoniomtz authored Oct 29, 2024
2 parents 9bce349 + 44074cc commit e05dab3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
python-version: 3.x
- name: Install mkdocs
run: |
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-swagger-ui-tag
pip install mkdocs mkdocs-material mkdocs-swagger-ui-tag
pip install mkdocs-material mkdocstrings mkdocstrings-python mkdocs-htmlproofer-plugin
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit e05dab3

Please sign in to comment.