From 2e3dda30a0a4f6ced175d3eaf03bdbbb46846b62 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 10:39:28 +0200 Subject: Removing stuff that is no longer needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fb2ce0..3ba5a7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,4 +83,4 @@ jobs: tar xzvf site.tar.gz rm -rf ${{ secrets.DEST }}/* cp -r _site/* ${{ secrets.DEST }}/ - rm -r _site + rm -r _site site.tar.gz -- cgit v1.2.3