Fix tar command

This commit is contained in:
video-prize-ranch
2022-12-13 16:04:17 -05:00
parent d11e7f56a6
commit bf02b75d9a
+1 -1
View File
@@ -4,7 +4,7 @@ pipeline:
commands:
- mkdocs build
- mkdir artifacts
- tar -C artifacts/site.tar.gz site/
- tar c -f artifacts/site.tar.gz site/
release:
image: plugins/gitea-release
settings: