Skip to content

Commit

Permalink
Deploy mike
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Aug 31, 2024
1 parent 9dec135 commit bbeedfa
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 bbeedfa

Please sign in to comment.