From 762deb2c9ab3535204e38fe515b7df1178c95e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 23 Jul 2021 14:09:42 +0200 Subject: [PATCH] add output folder --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4418b26..0bdbf5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Crear enunciados +name: Advanced Usage on: push @@ -7,6 +7,9 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 + - name: create output directory + id: create_output + run: mkdir output - uses: docker://pandoc/latex:2.9 with: args: --output=output/enunciado.pdf enunciado.md