From 36e0c5bb435aae2873b2ced4fd0852ff6d300614 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 13 Oct 2021 06:39:56 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index ba4b04fb..d9106b50 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -123,8 +123,6 @@ jobs: ref: bot/auto-update - name: Download Artifacts uses: actions/download-artifact@v2 - - name: Show Files - run: ls .gh-pages - name: Install Dependencies run: npm install - name: Update README.md