Skip to content

Commit

Permalink
- mike server runs endlessly
Browse files Browse the repository at this point in the history
- mike deploy makes the same thing than mkdocs build
  • Loading branch information
jnussbaum committed Mar 27, 2024
1 parent 81b9572 commit b696fdd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ jobs:
run: make openapi-update
- name: Build docs in strict mode
run: mkdocs build --strict
- name: Build documentation and deploy to the specified version on the target branch (i.e. gh-pages)
run: |
git config --global user.name "foo"
git config --global user.email "[email protected]"
mike deploy YYYY.MM.01 latest --update-aliases
- name: Serve docs
run: mike serve

0 comments on commit b696fdd

Please sign in to comment.