diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 10:39:28 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-07-06 10:39:28 +0200 |
| commit | 2e3dda30a0a4f6ced175d3eaf03bdbbb46846b62 (patch) | |
| tree | 05363affb70cb2fa686158e07d5ed52678ea9c12 /.github/workflows/ci.yml | |
| parent | 7838651848a1835cb9630a9e3da3259d1cd56c9d (diff) | |
| download | jo.mssola.com-2e3dda30a0a4f6ced175d3eaf03bdbbb46846b62.tar.gz jo.mssola.com-2e3dda30a0a4f6ced175d3eaf03bdbbb46846b62.zip | |
Removing stuff that is no longer needed
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 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 |
