Skip to content

Commit bee968f

Browse files
committed
update CI
1 parent dade4f9 commit bee968f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/gh_deploy.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ jobs:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v4
1818

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
19+
- name: Install requirements
20+
run: pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python mkdocs-jupyter
2521

2622
- name: Deploy to GitHub Pages
27-
shell: bash -l
2823
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)