This commit is contained in:
22
.gitea/render.yaml
Normal file
22
.gitea/render.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
name: Render video
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
pull_request:
|
||||||
|
branches: ["main"]
|
||||||
|
jobs:
|
||||||
|
render:
|
||||||
|
name: Render video
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
- uses: actions/setup-node@main
|
||||||
|
- run: sudo apt update
|
||||||
|
- run: sudo apt install ffmpeg
|
||||||
|
- run: sudo apt install yarn
|
||||||
|
- run: yarn
|
||||||
|
- run: yarn build"
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: out.mp4
|
||||||
|
path: out/video.mp4
|
||||||
Reference in New Issue
Block a user