From 2a638b5c07b74ad08ea780336b84a7da9475db55 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 2 Apr 2023 11:40:05 -0700 Subject: [PATCH] apparently depth=1 is default --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b56326e..4f98f76 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,6 @@ jobs: - uses: actions/checkout@v3 with: persist-credentials: false - fetch-depth: 1 # to get README.md to webpage as well as GitHub's UI - name: Pre-generation of directory listing