diff --git a/.github/workflows/render-video.yml b/.github/workflows/render-video.yml index b77872b..baa3621 100644 --- a/.github/workflows/render-video.yml +++ b/.github/workflows/render-video.yml @@ -11,6 +11,7 @@ jobs: container: image: node:lts steps: + - uses: actions/checkout@main - run: apt update && apt install -y yarn ffmpeg libnss3 - run: yarn && yarn build - uses: actions/upload-artifact@v2