mirror of
https://github.com/balkian/adsw-lab-1.git
synced 2024-12-22 14:28:12 +00:00
add output folder
This commit is contained in:
parent
08ff02159a
commit
762deb2c9a
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Crear enunciados
|
name: Advanced Usage
|
||||||
|
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
@ -7,6 +7,9 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: create output directory
|
||||||
|
id: create_output
|
||||||
|
run: mkdir output
|
||||||
- uses: docker://pandoc/latex:2.9
|
- uses: docker://pandoc/latex:2.9
|
||||||
with:
|
with:
|
||||||
args: --output=output/enunciado.pdf enunciado.md
|
args: --output=output/enunciado.pdf enunciado.md
|
||||||
|
Loading…
Reference in New Issue
Block a user