Compare commits
1 Commits
c9365ebc48
...
76c7740547
Author | SHA1 | Date | |
---|---|---|---|
![]() |
76c7740547 |
@@ -14,9 +14,8 @@ jobs:
|
||||
uses: shalzz/zola-deploy-action@v0.20.0
|
||||
env:
|
||||
BUILD_ONLY: true
|
||||
- runs: tar -czf public-$(date -I).tar.gz public/
|
||||
- name: Do release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: "*.tar.gz"
|
||||
files: public/
|
||||
|
Reference in New Issue
Block a user