Skip to content

Commit

Permalink
Documentation github action fix: mike order and check depth (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutow authored Dec 17, 2024
1 parent d0cf479 commit 17c4bcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Chekout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # fetch all commits/branches

- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
Expand All @@ -40,6 +42,6 @@ jobs:
- name: Deploy
run: |
mike deploy main -p
mike set-default main -p
mike retitle main "Beta" -p
mike deploy main -p

0 comments on commit 17c4bcf

Please sign in to comment.