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"