This commit is contained in:
16
.gitea/workflows/release.yml
Normal file
16
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: release
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
zola-builder:
|
||||
container:
|
||||
image: jauderho/zola
|
||||
steps:
|
||||
- run: |
|
||||
pwd
|
||||
ls -l
|
||||
ls -l /
|
||||
- run: zola build
|
Reference in New Issue
Block a user