Skip to content

Commit

Permalink
making fetch unshallow. gets full history.
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Oct 16, 2023
1 parent d741bbe commit 9c44fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
git fetch origin gh-pages --depth=0
git fetch origin gh-pages --unshallow
pdm run mike deploy --push dev dev
2 changes: 1 addition & 1 deletion .github/workflows/deploy_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
git fetch origin gh-pages --depth=0
git fetch origin gh-pages --unshallow
pdm run mike deploy --push ${RELEASE_TAG_VERSION} latest

0 comments on commit 9c44fcf

Please sign in to comment.