From e83dec7881b2ecebe8c438fd31c8c82567f3b9f8 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 15 Jan 2022 17:00:40 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index e4db7473..0ebede1a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -84,6 +84,10 @@ jobs: with: name: logs path: scripts/logs + - uses: actions/upload-artifact@v2 + with: + name: gh-pages + path: .gh-pages - run: node scripts/commands/update-readme.js - run: git add README.md - run: git commit -m "[Bot] Update README.md"