remove tar

This commit is contained in:
Grant 2025-03-16 16:34:29 -06:00
parent 10fa1dbe50
commit f43f4a74eb

View File

@ -36,11 +36,8 @@ jobs:
hugo \
--gc \
--minify
- name: 'Tar files'
run: tar -cvf ${{gitea.ref_name}}.tar -C public/ .
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: ${{gitea.ref_name}}.tar
path: ${{gitea.ref_name}}.tar
name: ${{gitea.ref_name}}
path: public/