Skip to content

Commit

Permalink
fix (actions): unshallow repo before checking out
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAlgorithm authored Sep 7, 2022
1 parent be68421 commit ea41670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:

- name: Copy docs build into gh-pages branch
run: |
git fetch --unshallow
git checkout gh-pages
git pull
rm -Rf *
rsync -aI $TMPDIR/docs .
Expand Down

0 comments on commit ea41670

Please sign in to comment.