Skip to content

Commit

Permalink
Add requirements.txt for mkdocs (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed May 7, 2024
1 parent b73947c commit 1d3d02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
mkdocs_version: 'latest' # option
# mkdocs_version: '1.1' # option
# requirements: 'requirements.txt' # option
requirements: 'mkdocs/requirements.txt' # option
configfile: 'mkdocs/mkdocs.yml' # option

- name: Provide deploy_key
Expand Down
1 change: 1 addition & 0 deletions mkdocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs-glightbox

0 comments on commit 1d3d02e

Please sign in to comment.