Skip to content

Commit

Permalink
updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Jun 27, 2023
1 parent 2810894 commit f43a9bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
git config --global user.email [email protected]
git fetch origin gh-pages --depth=1
- name: Deploy docs
run: "mike deploy --push --update-aliases --rebase $(echo ${{ github.ref_name }} | cut -d'.' -f1-2 ) latest"
run: "mike deploy --push --update-aliases --rebase --no-redirect $(echo ${{ github.ref_name }} | cut -d'.' -f1-2 ) latest"
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mike
mike @ git+https://github.com/jimporter/mike.git
mkdocs
mkdocs-glightbox
mkdocs-material
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ extra:
provider: mike

plugins:
- mike:
alias_type: symlink
canonical_version: latest
- glightbox
- social
- search
Expand Down

0 comments on commit f43a9bb

Please sign in to comment.