Skip to content

Commit

Permalink
update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanakkurt1335 committed Feb 1, 2024
1 parent e1bf093 commit 1c1ff09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
environment-name: my_env
cache-environment: true
cache-downloads: true
- name: Install library
run: python -m pip install --no-deps .
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -34,5 +32,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocs-material-extensions mkdocstrings mkdocstrings-python mkdocs-jupyter markdown-include
- run: mkdocs gh-deploy --force

0 comments on commit 1c1ff09

Please sign in to comment.