diff options
| author | 2023-07-25 12:43:19 +0800 | |
|---|---|---|
| committer | 2023-07-25 12:43:19 +0800 | |
| commit | 3ab549ef365d475793ddc7ceb72e03d6d6b2bd5c (patch) | |
| tree | c0e52cc13428628f7636a8c65c2751e3ad34d399 | |
| parent | 061a6b4fdac5084aadb8493ec1b06b7d31f7d9e2 (diff) | |
| download | TRPGNivis-3ab549ef365d475793ddc7ceb72e03d6d6b2bd5c.tar.gz TRPGNivis-3ab549ef365d475793ddc7ceb72e03d6d6b2bd5c.zip | |
add requirements.txt
| -rw-r--r-- | .github/workflows/pages.yml | 2 | ||||
| -rw-r--r-- | docs/requirements.txt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f5a8f59..eaf6a06 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -23,5 +23,5 @@ jobs: mkdocs-material- - run: | cd docs - pip install mkdocs-material + pip install -r requirements.txt mkdocs gh-deploy --force diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..27a991d --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,5 @@ +mkdocs-material +mkdocs-blog-plugin +mkdocs-git-revision-date-localized-plugin +mkdocs-git-committers +mkdocs-git-authors-plugin
\ No newline at end of file |
