From 23c23c9968230fa5f1fa2a6ff5e41f3228da4dc9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 08:51:52 +0200 Subject: ci: skip the vendor directory for rubocop 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/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 277577c..0319d98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: "Run tests" run: bundle exec rake - - name: "Produce tarball" + - name: "Create tarball" run: tar czvf site.tar.gz _site - name: "Upload tarball" -- cgit v1.2.3