Skip to content

Commit

Permalink
PMM-13597 Try fetch-depth=0 to overcome the push failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 9, 2024
1 parent d97d0a2 commit 13395db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
sparse-checkout: |
.github
documentation
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
- name: Build a themed site (3.x)
working-directory: documentation
run: |
PATH=$PATH:resources/bin mike deploy 3 -b preview -p
mike --help
mike deploy 3 -b preview -p
mike set-default 3 -b preview -p
mike retitle 3 "PMM 3.x (LATEST)" -b preview -p
2 changes: 1 addition & 1 deletion documentation/mkdocs-percona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins:
extra_css:
- https://unicons.iconscout.com/release/v3.0.3/css/line.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css
- css/version-select.css
# - css/version-select.css

markdown_extensions:
- admonition
Expand Down

0 comments on commit 13395db

Please sign in to comment.