Skip to content

Commit

Permalink
Update update_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler committed Jul 14, 2024
1 parent d7664d7 commit 6e35ef0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,10 @@ jobs:
- name: Run Makefile
run: make

- name: Install mkdocs and mike
run: |
python -m pip install mkdocs
python -m pip install mike
- name: Deploy documentation to GitHub Pages
run: |
mike set-default develop
mike deploy develop -p
poetry run mike set-default develop
poetry run mike deploy develop -p
- name: Configure Git
run: |
Expand Down

0 comments on commit 6e35ef0

Please sign in to comment.