Skip to content

Commit

Permalink
Merge pull request #1215 from kapicorp/adds-mike-deployment
Browse files Browse the repository at this point in the history
Switch to use mike for deploying docs
  • Loading branch information
ademariag authored Aug 31, 2024
2 parents 9dec135 + bbeedfa commit 29e7940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
- run: mkdocs build
- name: Deploy docs
if: github.event_name != 'pull_request' && github.ref_name == github.event.repository.default_branch
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: ./mkdocs.yml
REQUIREMENTS: requirements.docs.txt
run: mike deploy --push dev master
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ theme:
extra:
version:
provider: mike
alias: true
consent:
title: Cookie consent
description: >-
Expand Down

0 comments on commit 29e7940

Please sign in to comment.