From 7122c85eaf62495e3b93d3c35be725462e862ebd Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 13:50:40 +0100 Subject: [PATCH] used pipe for writing the commands --- .github/workflows/cd.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 67cc4f2..6334783 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -27,7 +27,9 @@ jobs: root_file: thesis.tex - name: Prepare files 🗄 - run: ️️mkdir out && cp main.pdf out/index.pdf + run: ️️| + mkdir out + cp main.pdf out/index.pdf - name: Deploy application 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3