From c6f7431020105ebbfa9bdfa6f181dabd7ecb4c2c Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 13:58:41 +0100 Subject: [PATCH] just creating dist directory for now --- .github/workflows/cd.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index a8a236d..53aaaec 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -27,10 +27,7 @@ jobs: root_file: thesis.tex - name: Prepare files 🗄 - run: ️️| - mkdir dist - cp main.pdf dist/index.pdf - ls dist + run: ️️mkdir dist - name: Deploy application 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3