Skip to content

Commit

Permalink
[core] Update GitHub Action for Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Feb 6, 2024
1 parent 9a707d6 commit 0347b6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
echo ::set-output name=aliases::${MIKE_ALIASES}
- name: Install Material for MkDocs
run: pip install -Iv mkdocs-material==9.1.21
run: pip install -Iv mkdocs-material==9.5.7

- name: Install PyMdown Extensions
run: pip install -Iv pymdown-extensions==10.1
run: pip install -Iv pymdown-extensions==10.7

- name: Install mike
run: pip install -Iv mike==1.1.2
run: pip install -Iv mike==2.0.0

- name: Prepare Deployment
run: |
Expand Down

0 comments on commit 0347b6d

Please sign in to comment.