diff --git a/.gitea/workflows/create-presentation.yml b/.gitea/workflows/create-presentation.yml index 7e80644..8d69bd7 100644 --- a/.gitea/workflows/create-presentation.yml +++ b/.gitea/workflows/create-presentation.yml @@ -17,7 +17,7 @@ jobs: run: git submodule update --init - name: "Install dependencies" - run: sudo apt-get update && sudo apt-get install pandoc nodejs texlive-latex-full -y + run: sudo apt-get update && sudo apt-get install pandoc nodejs texlive-full -y - name: "Build .deb" run: cd ./Defensio && ./pandoc.sh