Skip to content

Commit

Permalink
🤖 Install build_docs workflow package from requirements.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
arv-anshul committed May 27, 2024
1 parent 203df1b commit cf01ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
key: ${{ github.ref }}
path: .cache
- name: Install mkdocs
run: pip install mkdocs-material==9.5.24 mkdocs-markdownextradata-plugin==0.2.5
run: pip install -r requirements.lock
- name: Finally build docs and publish
env:
GOOGLE_ANALYTICS_PROPERTY: ${{ secrets.GOOGLE_ANALYTICS_PROPERTY }}
Expand Down

0 comments on commit cf01ecc

Please sign in to comment.