Skip to content

Commit

Permalink
ci(docs): fetch all git history/tags/branches for MkDocs dates
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Nov 25, 2024
1 parent 63d75c8 commit 8353df3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
# Checkout the repository
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0

# Set up Qt libraries (required for PyQt applications)
- name: Set Up Qt Libraries
Expand Down

0 comments on commit 8353df3

Please sign in to comment.