test: ci pipeline
This commit is contained in:
17
.gitea/workflows/release.yml
Normal file
17
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: release
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
get:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
zola:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: jauderho/zola
|
||||
steps:
|
||||
- run: ls -l
|
Reference in New Issue
Block a user