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 1c1ff09 commit 8604294
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Setup mamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: env.yml
environment-name: my_env
cache-environment: true
cache-downloads: true
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -32,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-material-extensions mkdocstrings mkdocstrings-python mkdocs-jupyter markdown-include
- run: pip install mkdocs-material mkdocs-material-extensions mkdocstrings mkdocstrings-python mkdocs-jupyter markdown-include mike
- run: mkdocs gh-deploy --force

0 comments on commit 8604294

Please sign in to comment.