diff options
Diffstat (limited to '.github/workflows')
| -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" |
