From fac7d6aafafe0a3155cc4ebfe0658fa4662f2472 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Thu, 8 Oct 2020 15:20:16 -0600 Subject: [PATCH] build: remove unused images folder (#6) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8235cd..9a77aef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,6 @@ jobs: npm run docs cp -r dist docs/dist cp -r examples docs/examples - cp -r images docs/images - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }}