From 59417b45460fab6136a0404d0a125cf187ca97e1 Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 14:03:29 +0100 Subject: [PATCH] setting out directory for tex build --- .github/workflows/cd.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 5802a39..e735f16 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -20,9 +20,7 @@ jobs: uses: repaction/texlive@main with: root_file: thesis.tex - - - name: Prepare files 🗄 - run: ️️mkdir dist + args: --output-directory=./dist - name: Deploy application 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3