We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dade4f9 commit bee968fCopy full SHA for bee968f
.github/workflows/gh_deploy.yml
@@ -16,13 +16,8 @@ jobs:
16
- name: Checkout Repository
17
uses: actions/checkout@v4
18
19
- - name: Set up Miniconda
20
- uses: conda-incubator/setup-miniconda@v3
21
- with:
22
- activate-environment: mkdocs-env
23
- environment-file: env.yml
24
- auto-activate-base: false
+ - name: Install requirements
+ run: pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python mkdocs-jupyter
25
26
- name: Deploy to GitHub Pages
27
- shell: bash -l
28
run: mkdocs gh-deploy --force
0 commit comments