diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 08:51:52 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 08:51:52 +0200 |
| commit | 23c23c9968230fa5f1fa2a6ff5e41f3228da4dc9 (patch) | |
| tree | a26e494e446d52a54fa5d09264c8d263b324fc8e /.github/workflows/ci.yml | |
| parent | 6be4bdf6ad92eea3e57ccfaf95672daf43cc1090 (diff) | |
| download | jo.mssola.com-23c23c9968230fa5f1fa2a6ff5e41f3228da4dc9.tar.gz jo.mssola.com-23c23c9968230fa5f1fa2a6ff5e41f3228da4dc9.zip | |
ci: skip the vendor directory for rubocop
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
