diff options
| author | 2023-07-25 12:43:19 +0800 | |
|---|---|---|
| committer | 2023-07-25 12:43:19 +0800 | |
| commit | 3ab549ef365d475793ddc7ceb72e03d6d6b2bd5c (patch) | |
| tree | c0e52cc13428628f7636a8c65c2751e3ad34d399 /.github/workflows | |
| parent | 061a6b4fdac5084aadb8493ec1b06b7d31f7d9e2 (diff) | |
| download | TRPGNivis-3ab549ef365d475793ddc7ceb72e03d6d6b2bd5c.tar.gz TRPGNivis-3ab549ef365d475793ddc7ceb72e03d6d6b2bd5c.zip | |
add requirements.txt
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pages.yml | 2 |
1 files changed, 1 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 |
