From 83cea9943249de140341cf4a8612f174dc77696c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=A2=A8=E6=B0=B4=E9=B1=BC?= Date: Sat, 11 May 2024 16:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/render.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/render.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/render.yaml b/.gitea/render.yaml index c849668..d63460f 100644 --- a/.gitea/render.yaml +++ b/.gitea/render.yaml @@ -9,13 +9,13 @@ jobs: name: Render video runs-on: ubuntu-latest steps: - - uses: actions/checkout@main - - uses: actions/setup-node@main - - run: apt update - - run: apt install ffmpeg yarn -y - - run: yarn - - run: yarn build" - - uses: actions/upload-artifact@v2 - with: - name: out.mp4 - path: out/video.mp4 \ No newline at end of file + - uses: actions/checkout@main + - uses: actions/setup-node@main + - run: apt update + - run: apt install ffmpeg yarn -y + - run: yarn + - run: yarn build" + - uses: actions/upload-artifact@v2 + with: + name: out.mp4 + path: out/video.mp4 \ No newline at end of file