diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5d3c66..92f362d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - run: pip install mkdocs-material + - run: pip install mkdocs-encryptcontent-plugin - run: mkdocs gh-deploy --force \ No newline at end of file