Compare commits
1 Commits
tamerelol
...
221cded29a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
221cded29a |
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