Skip to content

Commit 8219de4

Browse files
ci: filter blobs during checkout (#411)
1 parent 0b3c380 commit 8219de4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/jekyll-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
path: gh-pages
250250
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of the personal token
251251
fetch-depth: 0 # otherwise, will fail to push refs to dest repo
252+
filter: blob:none
252253

253254
# empty contents of gh-pages
254255
- name: Clean

0 commit comments

Comments
 (0)