Skip to content

fix a glitch when extracting texts #2

fix a glitch when extracting texts

fix a glitch when extracting texts #2

Workflow file for this run

name: CI
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: cd ${{ github.workspace }} && nix build .#docker && docker image load -i ./result && docker push coruscation/subtitle-merger:latest